diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eeeb2e9e..83636af6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,15 +33,12 @@ jobs: - name: Build with cx_Freeze run: python torrent-client/setup.py build - - name: Install bsdtar + - name: Build Linux if: matrix.os == 'ubuntu-latest' run: | sudo apt-get update sudo apt-get install -y libarchive-tools - - - name: Build Linux - if: matrix.os == 'ubuntu-latest' - run: yarn build:linux + yarn build:linux env: MAIN_VITE_ONLINEFIX_USERNAME: ${{ secrets.ONLINEFIX_USERNAME }} MAIN_VITE_ONLINEFIX_PASSWORD: ${{ secrets.ONLINEFIX_PASSWORD }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9da34c72..0a5296f0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,10 @@ jobs: - name: Build Linux if: matrix.os == 'ubuntu-latest' - run: yarn build:linux + run: | + sudo apt-get update + sudo apt-get install -y libarchive-tools + yarn build:linux env: MAIN_VITE_ONLINEFIX_USERNAME: ${{ secrets.ONLINEFIX_USERNAME }} MAIN_VITE_ONLINEFIX_PASSWORD: ${{ secrets.ONLINEFIX_PASSWORD }} diff --git a/electron-builder.yml b/electron-builder.yml index 3ed416fa..65c847a2 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -1,4 +1,4 @@ -appId: site. hydralauncher.hydra +appId: site.hydralauncher.hydra productName: Hydra directories: buildResources: build