mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-20 04:23:21 +03:00
use winres in portable
This commit is contained in:
@@ -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" ] }
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user