link vcredist statically

This commit is contained in:
2024-07-12 19:24:03 +02:00
parent f29c5b5b6b
commit f42738cfd9
3 changed files with 9 additions and 1 deletions

View File

@@ -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"