mirror of
https://github.com/alterware/alterware-launcher.git
synced 2025-12-04 07:17:50 +00:00
link vcredist statically
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
fn main() {
|
||||
if std::env::var("CARGO_CFG_TARGET_OS").unwrap() == "windows" {
|
||||
static_vcruntime::metabuild();
|
||||
let mut res = winresource::WindowsResource::new();
|
||||
res.set_icon("res/icon.ico").set_language(0x0409);
|
||||
res.compile().unwrap();
|
||||
|
||||
Reference in New Issue
Block a user