From b1550d68e5fda83874d2f36d392676b54243f3e2 Mon Sep 17 00:00:00 2001 From: isark Date: Sun, 10 Mar 2024 12:33:43 +0100 Subject: [PATCH] release build compilation fix.. --- src-tauri/src/main.rs | 6 +++--- src-tauri/tauri.conf.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src-tauri/src/main.rs b/src-tauri/src/main.rs index 13cd01f..f6917b4 100644 --- a/src-tauri/src/main.rs +++ b/src-tauri/src/main.rs @@ -150,9 +150,9 @@ fn main() { ); } - app.get_window("Overlay") - .expect("Could not get main overlay window") - .open_devtools(); + // app.get_window("Overlay") + // .expect("Could not get main overlay window") + // .open_devtools(); Ok(()) }) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 423192d..58ff993 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "Nothing", - "version": "1.5.0" + "version": "1.5.1" }, "tauri": { "systemTray": {