Files
bruno/packages/bruno-electron/resources/installer.nsh
Dávid Kaya 15cbdb7d10 fix: enable DPI-aware NSIS installer (#7803)
Declare the NSIS installer as DPI-aware so Windows stops bitmap-scaling the setup UI on high-DPI displays.
2026-05-05 21:41:44 +05:30

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