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
+1 -1
View File
@@ -2,5 +2,5 @@
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
fn main() {
app_lib::run();
app_lib::run();
}