Skip to content

Commit

Permalink
tauri v2
Browse files Browse the repository at this point in the history
  • Loading branch information
artifishvr committed Oct 13, 2024
1 parent fa2eabb commit 821f3d0
Show file tree
Hide file tree
Showing 13 changed files with 1,636 additions and 1,168 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
if: matrix.platform == 'ubuntu-22.04' # This must match the platform value defined above.
run: |
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
- uses: pnpm/action-setup@v4
with:
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@
"tauri": "tauri"
},
"devDependencies": {
"@tauri-apps/cli": "^1",
"@tauri-apps/cli": "^2.0.3",
"vite": "^5.3.3"
},
"dependencies": {
"@tauri-apps/api": "^1.6.0",
"@tauri-apps/api": "^2.0.0",
"@tauri-apps/plugin-fs": "~2",
"@tauri-apps/plugin-shell": "~2",
"@tauri-apps/plugin-updater": "~2",
"canvas-confetti": "^1.9.3"
}
}
131 changes: 80 additions & 51 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 821f3d0

Please sign in to comment.