Skip to content

Commit 2f2baf1

Browse files
committed
Build .exe
1 parent d9dba9b commit 2f2baf1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,10 @@
125125
}
126126
},
127127
"win": {
128-
"target": "appx",
129-
"icon": "main/static/icons/windows.ico"
128+
"target": [
129+
"nsis"
130+
],
131+
"verifyUpdateCodeSignature": false
130132
},
131133
"files": [
132134
"**/*",

0 commit comments

Comments
 (0)