please make it into prod

This commit is contained in:
2025-11-21 03:04:06 +08:00
commit 96bb3ffee2
42 changed files with 7013 additions and 0 deletions

6
src-tauri/src/main.rs Normal file
View File

@@ -0,0 +1,6 @@
// Prevents additional console window on Windows in release, DO NOT REMOVE!!
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
fn main() {
friendolls_desktop_lib::run()
}