Skip to content

Commit ceb6417

Browse files
committed
Replace Linux zip build with tar.xz.
The filename of the Linux zip now conflicts with the macOS zip needed by the auto-updater, and zip isn’t a usual format for Linux anyway. Signed-off-by: Anders Kaseorg <[email protected]>
1 parent 1d40ebb commit ceb6417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"description": "Zulip Desktop Client for Linux",
8282
"target": [
8383
"deb",
84-
"zip",
84+
"tar.xz",
8585
"AppImage",
8686
"snap"
8787
],

0 commit comments

Comments
 (0)