Skip to content

Commit

Permalink
Build Linux to tar.gz (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Nov 14, 2022
1 parent d45b3aa commit 791a7e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,10 @@
"webapp.asar"
],
"linux": {
"target": "deb",
"target": [
"tar.gz",
"deb"
],
"category": "Network;InstantMessaging;Chat",
"maintainer": "support@element.io",
"desktop": {
Expand Down

0 comments on commit 791a7e7

Please sign in to comment.