diff --git a/assets/installer.nsh b/assets/installer.nsh new file mode 100644 index 0000000..f669e22 --- /dev/null +++ b/assets/installer.nsh @@ -0,0 +1 @@ +ManifestDPIAware true diff --git a/package.json b/package.json index 5f535a0..fe58fe0 100644 --- a/package.json +++ b/package.json @@ -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" },