Add auto-update support (tauri-plugin-updater) and Gitea release pipeline

Ed25519-signed updates, checked via a fixed-tag latest.json manifest on
Gitea Releases; scripts/release.sh automates build+sign+publish. Adds
a manual "Nach Updates suchen" trigger plus a silent startup check.
This commit is contained in:
2026-07-28 21:38:49 +02:00
parent 20bfd2cf6b
commit 4b2248655b
11 changed files with 540 additions and 2 deletions
+3 -1
View File
@@ -12,6 +12,8 @@
"notification:default",
"core:webview:allow-create-webview-window",
"core:window:allow-close",
"core:window:allow-set-focus"
"core:window:allow-set-focus",
"updater:default",
"process:default"
]
}