mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-02 08:58:32 +00:00
Declare the NSIS installer as DPI-aware so Windows stops bitmap-scaling the setup UI on high-DPI displays.
4 lines
138 B
NSIS
4 lines
138 B
NSIS
; Keep the Windows installer sharp on high-DPI displays instead of letting
|
|
; Windows bitmap-scale the full NSIS UI.
|
|
ManifestDPIAware true
|