Skip to content

Commit

Permalink
Migrate to tauri v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Nov 21, 2024
1 parent c2f0831 commit 8cd0edf
Show file tree
Hide file tree
Showing 26 changed files with 2,412 additions and 1,755 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/alpha-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
if: matrix.NAME == 'linux'
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
- name: Install app dependencies and build it
if: matrix.NAME == 'linux' || matrix.NAME == 'windows'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
- name: Install app dependencies and build it
if: runner.os == 'Linux' || runner.os == 'Windows'
Expand Down
Loading

0 comments on commit 8cd0edf

Please sign in to comment.