Build Linux to tar.gz (#453)

This commit is contained in:
Michael Telatynski 2022-11-14 18:02:34 +00:00 committed by GitHub
parent d45b3aac65
commit 791a7e71fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -45,7 +45,7 @@ jobs:
SQLCIPHER_STATIC: ${{ inputs.sqlcipher == 'static' && '1' || '' }}
- name: Build App
run: "yarn build --publish never"
run: "yarn build --publish never -l"
- name: Install .deb
run: "sudo apt install ./dist/*.deb"

View File

@ -122,7 +122,10 @@
"webapp.asar"
],
"linux": {
"target": "deb",
"target": [
"tar.gz",
"deb"
],
"category": "Network;InstantMessaging;Chat",
"maintainer": "support@element.io",
"desktop": {