diff --git a/src-tauri/src/lib.rs b/src-tauri/src/lib.rs index bf572749..769a394e 100644 --- a/src-tauri/src/lib.rs +++ b/src-tauri/src/lib.rs @@ -45,11 +45,11 @@ pub fn run() { .plugin(tauri_plugin_deep_link::init()) .plugin(tauri_plugin_window_state::Builder::default().build()) .setup(|app| { - #[cfg(target_os = "linux")] - { - use tauri_plugin_deep_link::DeepLinkExt; - app.deep_link().register_all()?; - } + // #[cfg(target_os = "linux")] + // { + // use tauri_plugin_deep_link::DeepLinkExt; + // app.deep_link().register_all()?; + // } #[cfg(target_os = "macos")] { app.listen("deep-link://new-url", |event| {