Add auto-updater support for Linux with Gitea releases
Some checks failed
Build / build-windows (push) Has been cancelled
Build / build-android (push) Has been cancelled
Build / create-release (push) Has been cancelled
Build / build-linux (push) Has been cancelled

This commit is contained in:
2026-01-24 04:21:36 +11:00
parent 74879140b2
commit 82a3cb9674
6 changed files with 86 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ tauri-plugin-deep-link = "2"
[target."cfg(not(any(target_os = \"android\", target_os = \"ios\")))".dependencies]
tauri-plugin-single-instance = "2"
tauri-plugin-updater = "2"
[features]
default = ["custom-protocol"]