fix: add DPI awareness to NSIS installer

Add ManifestDPIAware true via a custom NSIS include file so the
installer renders at native resolution on high-DPI displays.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
David Kaya
2026-03-30 17:19:58 +02:00
co-authored by Copilot
parent 535adc64be
commit bec50da2b4
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
ManifestDPIAware true
+1
View File
@@ -126,6 +126,7 @@
"oneClick": false,
"perMachine": false,
"allowToChangeInstallationDirectory": true,
"include": "assets/installer.nsh",
"installerIcon": "assets/icons/windows/icon.ico",
"uninstallerIcon": "assets/icons/windows/icon.ico"
},