Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
allow more installer config on win32 targets #917
Browse files Browse the repository at this point in the history
  • Loading branch information
GitSquared committed Nov 26, 2020
1 parent ae5a420 commit 80671fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -100,8 +100,9 @@
"icon": "media/icon.ico"
},
"nsis": {
"artifactName": "eDEX-UI Windows Installer.exe",
"oneClick": true,
"artifactName": "eDEX-UI-Windows-${arch}.exe",
"oneClick": false,
"allowToChangeInstallationDirectory": true,
"deleteAppDataOnUninstall": true
}
},
Expand Down

0 comments on commit 80671fc

Please sign in to comment.