Make it so only one instance can be loaded

This commit is contained in:
2025-07-23 16:28:25 -07:00
parent 28002900f9
commit 6788e91f13
4 changed files with 29 additions and 8 deletions

View File

@@ -26,6 +26,7 @@ zip = "4.3.0"
libc = "0.2.174"
tauri-plugin-dialog = "2.3.1"
tauri-plugin-notification = "2.3.0"
sysinfo = "0.36.1"
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
tauri-plugin-single-instance = "2.3.2"