v0.1.0-pre.045
This commit is contained in:
@@ -31,7 +31,7 @@ async fn main() -> std::process::ExitCode {
|
||||
return std::process::ExitCode::FAILURE;
|
||||
}
|
||||
let _lock_file = lock_file;
|
||||
let run_result = kb_app_demo_desktop::run().await;
|
||||
let run_result = kb_app_demo_desktop_lib::run();
|
||||
return match run_result {
|
||||
std::result::Result::Ok(()) => std::process::ExitCode::SUCCESS,
|
||||
std::result::Result::Err(error) => {
|
||||
|
||||
Reference in New Issue
Block a user