Tauri Updater attempt hopefully works first try

This commit is contained in:
2026-03-18 02:20:54 +08:00
parent aa2ccf6c3f
commit f8e88dfba6
10 changed files with 329 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
{
"identifier": "desktop-capability",
"platforms": [
"macOS",
"windows",
"linux"
],
"windows": [
"main"
],
"permissions": [
"updater:default"
]
}