diff --git a/Cargo.lock b/Cargo.lock index 1181a47f6..4c72bb6d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6100,7 +6100,7 @@ dependencies = [ [[package]] name = "tray-icon" version = "0.5.1" -source = "git+https://github.com/tauri-apps/tray-icon#16330c278904c63a8f9ba98978604fc8e76d825d" +source = "git+https://github.com/rustdesk-org/tray-icon#ef98e7b98abed2e3da614277eced12a85bfb717c" dependencies = [ "cocoa", "core-graphics", diff --git a/Cargo.toml b/Cargo.toml index 387c4f5d5..8a7765704 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -111,7 +111,7 @@ fruitbasket = "0.10" objc_id = "0.1" [target.'cfg(any(target_os = "macos", target_os = "linux", target_os = "windows"))'.dependencies] -tray-icon = { git = "https://github.com/tauri-apps/tray-icon" } +tray-icon = { git = "https://github.com/rustdesk-org/tray-icon" } tao = { git = "https://github.com/rustdesk-org/tao", branch = "muda" } image = "0.24"