Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ea82847

Browse files
committedDec 17, 2024
Fixing redundant zipping for Win.
Signed-off-by: ubi de feo <me@ubidefeo.com>
1 parent 5b7da30 commit ea82847

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
 

‎.github/.DS_Store

-6 KB
Binary file not shown.

‎package.json

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.