try fix x86 align in tray-item

This commit is contained in:
rustdesk
2023-06-05 23:09:01 +08:00
parent e6d562be19
commit 98180d4505
2 changed files with 2 additions and 2 deletions

View File

@@ -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"