[WIP] Updater support for windows

This commit is contained in:
Vladimir Stoilov
2024-09-11 18:52:36 +03:00
parent 8c6eb04292
commit 83ec18f552
11 changed files with 371 additions and 115 deletions

View File

@@ -120,6 +120,7 @@ fn show_webview_not_installed_dialog() -> i32 {
}
fn main() {
env::set_var("GDK_BACKEND", "x11");
if tauri::webview_version().is_err() {
std::process::exit(show_webview_not_installed_dialog());
}