Skip to content

Commit

Permalink
upgrade tauri 2 from beta to rc, migrate permissions and main.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Aug 22, 2024
1 parent 5b849ea commit 8101787
Show file tree
Hide file tree
Showing 10 changed files with 1,039 additions and 696 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ Additional dependencies for Linux to enable auto-paste on x11:

```bash
# On debian/ubuntu
sudo apt install -y libx11-dev libxdo-dev build-essential libwebkit2gtk-4.1-dev libssl-dev libayatana-appindicator3-dev librsvg2-dev
sudo apt install -y libwebkit2gtk-4.1-dev librsvg2-dev libx11-dev libxdo-dev build-essential libssl-dev libayatana-appindicator3-dev
# On fedora
sudo dnf install -y libX11-devel libxdo-devel
```
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@
},
"dependencies": {
"@emoji-mart/data": "^1.1.2",
"@tauri-apps/api": "^2.0.0-beta.6",
"@tauri-apps/plugin-cli": "^2.0.0-beta.2",
"@tauri-apps/plugin-clipboard-manager": "^2.0.0-beta.2",
"@tauri-apps/plugin-os": "^2.0.0-beta.2",
"@tauri-apps/api": "^2.0.0-rc.3",
"@tauri-apps/plugin-cli": "^2.0.0-rc.0",
"@tauri-apps/plugin-clipboard-manager": "^2.0.0-rc.0",
"@tauri-apps/plugin-os": "^2.0.0-rc.0",
"emoji-mart": "^5.5.2"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.1.1",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.5.4",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@tauri-apps/cli": "^2.0.0-beta.11",
"@tauri-apps/cli": "^2.0.0-rc.7",
"@types/cookie": "^0.6.0",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
Expand Down
Loading

0 comments on commit 8101787

Please sign in to comment.