Skip to content

Commit

Permalink
Merge pull request #92 from Sammy-T/actions
Browse files Browse the repository at this point in the history
Build alternate Linux binary
  • Loading branch information
Sammy-T authored Nov 25, 2024
2 parents 1b4f009 + 141cefe commit a10e53f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Install Linux dependencies
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get update && sudo apt install libgtk-3-dev libwebkit2gtk-4.0-dev
run: sudo apt-get update && sudo apt install libgtk-3-dev libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev

- name: Set up Node.js
uses: actions/[email protected]
Expand Down Expand Up @@ -64,6 +64,10 @@ jobs:

- name: Build Wails app
run: wails build

- name: Build Wails app (Linux-alt)
if: matrix.os == 'ubuntu-latest'
run: wails build -tags webkit2_41 -o ${{ steps.filename.outputs.prop }}-linux-alt

- name: Zip release file
uses: vimtor/action-zip@v1
Expand Down

0 comments on commit a10e53f

Please sign in to comment.