diff --git a/.github/workflows/build_linux.yaml b/.github/workflows/build_linux.yaml index 1cf5ed6..f768279 100644 --- a/.github/workflows/build_linux.yaml +++ b/.github/workflows/build_linux.yaml @@ -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" diff --git a/package.json b/package.json index 187effc..eb94046 100644 --- a/package.json +++ b/package.json @@ -122,7 +122,10 @@ "webapp.asar" ], "linux": { - "target": "deb", + "target": [ + "tar.gz", + "deb" + ], "category": "Network;InstantMessaging;Chat", "maintainer": "support@element.io", "desktop": {