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

Commit 80671fc

Browse files
committed
allow more installer config on win32 targets #917
1 parent ae5a420 commit 80671fc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,9 @@
100100
"icon": "media/icon.ico"
101101
},
102102
"nsis": {
103-
"artifactName": "eDEX-UI Windows Installer.exe",
104-
"oneClick": true,
103+
"artifactName": "eDEX-UI-Windows-${arch}.exe",
104+
"oneClick": false,
105+
"allowToChangeInstallationDirectory": true,
105106
"deleteAppDataOnUninstall": true
106107
}
107108
},

0 commit comments

Comments
 (0)