mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-31 13:39:58 +01:00
Build Linux to tar.gz (#453)
This commit is contained in:
parent
d45b3aac65
commit
791a7e71fd
2
.github/workflows/build_linux.yaml
vendored
2
.github/workflows/build_linux.yaml
vendored
@ -45,7 +45,7 @@ jobs:
|
|||||||
SQLCIPHER_STATIC: ${{ inputs.sqlcipher == 'static' && '1' || '' }}
|
SQLCIPHER_STATIC: ${{ inputs.sqlcipher == 'static' && '1' || '' }}
|
||||||
|
|
||||||
- name: Build App
|
- name: Build App
|
||||||
run: "yarn build --publish never"
|
run: "yarn build --publish never -l"
|
||||||
|
|
||||||
- name: Install .deb
|
- name: Install .deb
|
||||||
run: "sudo apt install ./dist/*.deb"
|
run: "sudo apt install ./dist/*.deb"
|
||||||
|
@ -122,7 +122,10 @@
|
|||||||
"webapp.asar"
|
"webapp.asar"
|
||||||
],
|
],
|
||||||
"linux": {
|
"linux": {
|
||||||
"target": "deb",
|
"target": [
|
||||||
|
"tar.gz",
|
||||||
|
"deb"
|
||||||
|
],
|
||||||
"category": "Network;InstantMessaging;Chat",
|
"category": "Network;InstantMessaging;Chat",
|
||||||
"maintainer": "support@element.io",
|
"maintainer": "support@element.io",
|
||||||
"desktop": {
|
"desktop": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user