mirror of
https://mirror.suhoan.cn/https://github.com/EasyTier/EasyTier.git
synced 2025-12-14 05:37:23 +08:00
easytier-gui: prevent multiple instances (#265)
* easytier-gui: prevent multiple instances * ignore single instance for Android and iOS
This commit is contained in:
@@ -49,3 +49,6 @@ tauri-plugin-autostart = "2.0.0-rc"
|
||||
[features]
|
||||
# This feature is used for production builds or when a dev server is not specified, DO NOT REMOVE!!
|
||||
custom-protocol = ["tauri/custom-protocol"]
|
||||
|
||||
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
|
||||
tauri-plugin-single-instance = "2.0.0-rc.0"
|
||||
|
||||
Reference in New Issue
Block a user