Add Tauri CLI, app icons, and packaging config.

Wire up local build scripts and lockfiles so the desktop app can be developed and bundled consistently.
This commit is contained in:
ben
2026-08-12 13:00:30 +02:00
parent 9ae4ca1b2b
commit dbd7754dae
58 changed files with 5035 additions and 7 deletions
-5
View File
@@ -5,11 +5,6 @@
"windows": ["main"],
"permissions": [
"core:default",
"path:default",
"event:default",
"window:default",
"app:default",
"resources:default",
"shell:allow-execute",
"shell:allow-open"
]