[cmds] Handle edge cases when running tauri in beta

This commit is contained in:
Vladimir Stoilov
2024-07-11 09:33:21 +03:00
parent 0b72e99edd
commit 273b16c523
4 changed files with 301 additions and 16 deletions

View File

@@ -26,7 +26,7 @@ use window::{close_splash_window, create_main_window};
#[macro_use]
extern crate lazy_static;
const FALLBACK_TO_OLD_UI_EXIT_CODE: i32 = -3;
const FALLBACK_TO_OLD_UI_EXIT_CODE: i32 = 77;
#[derive(Clone, serde::Serialize)]
struct Payload {