From 7489f5e62d3ec76d86ff33e8fbfeb373448b1bff Mon Sep 17 00:00:00 2001 From: huzibaca Date: Sun, 17 Nov 2024 00:46:35 +0800 Subject: [PATCH] chore: update --- src-tauri/src/lib.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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| {