mirror of
https://github.com/davidkaya/aryx.git
synced 2026-07-23 21:18:40 +02:00
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:
@@ -0,0 +1 @@
|
||||
ManifestDPIAware true
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user