Skip to content

Commit 4545853

Browse files
Fix Windows CI release build
1 parent 8a4fa43 commit 4545853

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"electron": "electron .",
1515
"start": "npm run build && electron .",
1616
"dev": "npm run build && concurrently \"npm run watch\" \"npm run electron\"",
17-
"dist:win": "npm run build && electron-builder --win",
17+
"dist:win": "npm run build && electron-builder --win --config.win.signAndEditExecutable=false",
1818
"dist:linux": "npm run build && electron-builder --linux",
1919
"dist:all": "npm run build && electron-builder --win --linux"
2020
},
@@ -27,4 +27,4 @@
2727
"dependencies": {
2828
"node-fetch": "^3.3.2"
2929
}
30-
}
30+
}

0 commit comments

Comments
 (0)