mirror of
https://github.com/alterware/alterware-launcher.git
synced 2025-12-05 07:47:49 +00:00
link vcredist statically
This commit is contained in:
@@ -23,7 +23,6 @@ indicatif = "0.17.8"
|
||||
tokio = {version="1.38.0", features = ["rt-multi-thread", "macros"]}
|
||||
simple-log = "1.5.1"
|
||||
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
openssl = { version = "0.10.64", default-features = false, features = ["vendored"] }
|
||||
|
||||
@@ -34,6 +33,7 @@ self-replace = "1.3.7"
|
||||
|
||||
[build-dependencies]
|
||||
winresource = "0.1.17"
|
||||
static_vcruntime = "2.0"
|
||||
|
||||
[package.metadata.winresource]
|
||||
OriginalFilename = "alterware-launcher.exe"
|
||||
|
||||
Reference in New Issue
Block a user