Skip to content

Commit

Permalink
update(tauri): upgrate tauri to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
luisecm committed Oct 15, 2024
1 parent fa9a578 commit 41e27ba
Show file tree
Hide file tree
Showing 11 changed files with 4,762 additions and 741 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: install dependencies (ubuntu only)
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.1-0 libappindicator3-dev librsvg2-dev patchelf
- name: install frontend dependencies
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
if: matrix.platform == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf
- name: install frontend dependencies
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@tauri-apps/cli": "^1.5.11",
"@tauri-apps/cli": "^2.0.3",
"@types/three": "^0.163.0",
"events": "^3.3.0",
"prettier": "^3.2.5",
Expand Down
Loading

0 comments on commit 41e27ba

Please sign in to comment.