feat(tauri): setup auto-update on startup

This commit is contained in:
2026-08-30 18:48:42 +02:00
parent 948b930395
commit 35c30b8213
8 changed files with 87 additions and 6 deletions
+11
View File
@@ -85,6 +85,7 @@ dependencies = [
"tauri",
"tauri-build",
"tauri-plugin-log",
"tauri-plugin-process",
"tauri-plugin-updater",
]
@@ -3715,6 +3716,16 @@ dependencies = [
"time",
]
[[package]]
name = "tauri-plugin-process"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d55511a7bf6cd70c8767b02c97bf8134fa434daf3926cfc1be0a0f94132d165a"
dependencies = [
"tauri",
"tauri-plugin",
]
[[package]]
name = "tauri-plugin-updater"
version = "2.10.1"