1
1
mirror of https://github.com/neosubhamoy/pytubepp-helper.git synced 2026-02-04 11:22:22 +05:30

(refactor): switched to tauri_plugin_single_instance from websocket based instance detection

This commit is contained in:
2025-02-10 10:14:41 +05:30
Verified
parent 8a7c0a1946
commit 7a1aefa701
3 changed files with 489 additions and 43 deletions

View File

@@ -24,6 +24,9 @@ tauri-plugin-shell = "2"
tauri-plugin-fs = "2"
tauri-plugin-os = "2"
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
tauri-plugin-single-instance = "2"
[features]
# This feature is used for production builds or when a dev server is not specified, DO NOT REMOVE!!
custom-protocol = ["tauri/custom-protocol"]