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
+1
View File
@@ -23,6 +23,7 @@ serde = { version = "1.0", features = ["derive"] }
log = "0.4"
tauri = { version = "2.11.2", features = [] }
tauri-plugin-log = "2"
tauri-plugin-process = "2"
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
tauri-plugin-updater = "2"