Skip to content

Commit b142b52

Browse files
committed
Add more build formats
1 parent 29bcdc4 commit b142b52

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,12 @@
2121
],
2222
"linux": {
2323
"category": "Utility",
24-
"target": [
25-
"AppImage"
26-
]
24+
"target": [ "AppImage", "tar.gz" ],
25+
"artifactName": "${productName}-${version}-linux.${ext}"
2726
},
2827
"win": {
29-
"target": [
30-
"msi"
31-
]
28+
"target": [ "msi", "zip" ],
29+
"artifactName": "${productName}-${version}-windows.${ext}"
3230
}
3331
},
3432
"dependencies": {

0 commit comments

Comments
 (0)