Skip to content

Commit 7da6543

Browse files
committed
add icon, disable one click, allow change installation directory
1 parent c6c8a5c commit 7da6543

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

icon.ico

4.86 KB
Binary file not shown.

package.json

+9
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,15 @@
8888
"nsis"
8989
]
9090
},
91+
"nsis": {
92+
"allowToChangeInstallationDirectory": true,
93+
"oneClick": false,
94+
"perMachine": false,
95+
"installerIcon": "icon.ico",
96+
"uninstallerIcon": "icon.ico",
97+
"license": "LICENSE",
98+
"runAfterFinish": true
99+
},
91100
"linux": {
92101
"target": [
93102
"AppImage"

0 commit comments

Comments
 (0)