Merge pull request #4801 from 21pages/fix_install

Fix windows install
This commit is contained in:
RustDesk 2023-06-30 14:11:06 +08:00 committed by GitHub
commit e257c268b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 487 additions and 438 deletions

923
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -114,6 +114,8 @@ objc_id = "0.1"
tray-icon = { git = "https://github.com/rustdesk-org/tray-icon" }
tao = { git = "https://github.com/rustdesk-org/tao", branch = "muda" }
image = "0.24"
[target.'cfg(any(target_os = "macos", target_os = "linux"))'.dependencies]
keepawake = { git = "https://github.com/rustdesk-org/keepawake-rs" }
[target.'cfg(target_os = "linux")'.dependencies]