[try] auth

This commit is contained in:
2025-11-05 11:21:13 +08:00
parent 41008cf13c
commit 6710fe1754
7 changed files with 808 additions and 1 deletions

View File

@@ -88,7 +88,7 @@ fn main() {
// .expect("Unsupported platform! 'apply_blur' is only supported on Windows");
// Deep Link
#[cfg(all(desktop, not(target_os = "macos")))]
#[cfg(desktop)]
app.deep_link().register("cstb")?;
// Tray
@@ -120,6 +120,7 @@ fn main() {
cmds::greet,
cmds::launch_game,
cmds::kill_game,
cmds::check_process_running,
cmds::kill_steam,
cmds::get_steam_path,
cmds::get_cs_path,
@@ -134,6 +135,9 @@ fn main() {
cmds::analyze_replay,
cmds::get_console_log_path,
cmds::read_vprof_report,
cmds::check_app_update,
cmds::download_app_update,
cmds::install_app_update,
on_button_clicked
])
.run(tauri::generate_context!())