feat: windows portable build script

This commit is contained in:
Kingtous
2022-09-21 11:28:28 +08:00
parent 3101c4e119
commit 8c10675d8a
11 changed files with 611 additions and 2 deletions

16
libs/portable/Cargo.toml Normal file
View File

@@ -0,0 +1,16 @@
[package]
name = "rustdesk-portable-packer"
version = "0.1.0"
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 = "1.7"
[dependencies]
brotli = "3.3.4"
dirs = "4.0.0"
md5 = "0.7.0"