use winres in portable

This commit is contained in:
rustdesk
2024-03-04 22:19:18 +08:00
parent eff6ac254f
commit 794636e208
5 changed files with 33 additions and 60 deletions

View File

@@ -1,17 +1,25 @@
[package]
name = "rustdesk-portable-packer"
version = "0.1.0"
version = "1.2.4"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
build = "build.rs"
[build-dependencies]
embed-resource = "2.1"
[dependencies]
brotli = "3.4"
dirs = "5.0"
md5 = "0.7"
winapi = { version = "0.3", features = ["winbase"] }
[package.metadata.winres]
LegalCopyright = "Copyright © 2024 Purslane, Inc."
ProductName = "rustdesk"
#ProductVersion = ""
[target.'cfg(target_os="windows")'.build-dependencies]
winres = "0.1"
winapi = { version = "0.3", features = [ "winnt", "pdh", "synchapi" ] }