Skip to content

Commit 2197327

Browse files
Tweak NSIS build parameters to appear more professional.
1 parent 84558cf commit 2197327

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

gui-js/package.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,21 @@
2727
"target": "nsis",
2828
"arch": ["x64"]
2929
}],
30-
"verifyUpdateCodeSignature": false
30+
"sign": false,
31+
"verifyUpdateCodeSignature": false,
32+
"publisherName": "High Performance Coders"
33+
},
34+
"nsis": {
35+
"oneClick": false,
36+
"allowElevation": true,
37+
"allowToChangeInstallationDirectory": true,
38+
"createDesktopShortcut": true,
39+
"createStartMenuShortcut": true,
40+
"deleteAppDataOnUninstall": false,
41+
"runAfterFinish": false,
42+
"installerIcon": "apps/minsky-electron/src/assets/RavelLogo.ico",
43+
"uninstallerIcon": "apps/minsky-electron/src/assets/RavelLogo.ico",
44+
"license": "../LICENSE.md"
3145
},
3246
"linux": {
3347
"executableName": "minsky",

0 commit comments

Comments
 (0)