[try] auth
This commit is contained in:
@@ -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!())
|
||||
|
||||
Reference in New Issue
Block a user