Skip to content

Commit ea82847

Browse files
committed
Fixing redundant zipping for Win.
Signed-off-by: ubi de feo <[email protected]>
1 parent 5b7da30 commit ea82847

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Diff for: .github/.DS_Store

-6 KB
Binary file not shown.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"electronUpdaterCompatibility": false
3232
},
3333
"win": {
34-
"target": "zip",
34+
"target": "dir",
3535
"sign": "./build_resources/windowsCustomSign.js",
3636
"icon": "build_resources/icon.png",
3737
"electronUpdaterCompatibility": false

0 commit comments

Comments
 (0)