Skip to content

Commit

Permalink
Migrate to Tauri v2 (#664)
Browse files Browse the repository at this point in the history
Closes #410

- Ran the automated migration tool:
https://v2.tauri.app/start/migrate/from-tauri-1/#automated-migration
- Made several code modifications to accommodate Tauri v2

I verified the application runs without errors by checking various
outputs.
  • Loading branch information
ciscorn authored Oct 8, 2024
1 parent c1884d2 commit 8c5ca67
Show file tree
Hide file tree
Showing 23 changed files with 10,374 additions and 852 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# if: matrix.platform == 'ubuntu-20.04'
run: |
sudo apt-get update
sudo apt install -y libwebkit2gtk-4.0-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev
sudo apt install -y libwebkit2gtk-4.1-dev libxdo-dev libssl-dev libayatana-appindicator3-dev librsvg2-dev
- name: Make Tauri build destination
run: mkdir -p app/build
- name: Build App
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# if: matrix.platform == 'ubuntu-20.04'
run: |
sudo apt-get update
sudo apt install -y libwebkit2gtk-4.0-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev
sudo apt install -y libwebkit2gtk-4.1-dev libxdo-dev libssl-dev libayatana-appindicator3-dev librsvg2-dev
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
- name: Make Tauri build destination
Expand Down
Loading

0 comments on commit 8c5ca67

Please sign in to comment.