tauri updates to make my first release

This commit is contained in:
2026-08-30 17:44:29 +02:00
parent a2a7bc6100
commit 948b930395
9 changed files with 549 additions and 24 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"identifier": "desktop-capability",
"platforms": [
"macOS",
"windows",
"linux"
],
"windows": [
"main"
],
"permissions": [
"updater:default"
]
}