We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84558cf commit 2197327Copy full SHA for 2197327
1 file changed
gui-js/package.json
@@ -27,7 +27,21 @@
27
"target": "nsis",
28
"arch": ["x64"]
29
}],
30
- "verifyUpdateCodeSignature": false
+ "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"
45
},
46
"linux": {
47
"executableName": "minsky",
0 commit comments