From 791a7e71fdfdd2d292a85e966b0d13dcc8582ea9 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 14 Nov 2022 18:02:34 +0000 Subject: [PATCH] Build Linux to tar.gz (#453) --- .github/workflows/build_linux.yaml | 2 +- package.json | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) 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": {