mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2026-04-23 00:20:49 +00:00
issues #192 add MicrosoftEdgeWebview2Setup and fix the "VCRUNTIME140.dll Is Missing" error on windows server 2022
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
fn main() {
|
||||
tauri_build::build();
|
||||
tauri_build::build();
|
||||
if cfg!(target_os = "windows") {
|
||||
let mut res = winres::WindowsResource::new();
|
||||
res.set_icon("icons\\icon.ico");
|
||||
@@ -17,5 +17,6 @@ fn main() {
|
||||
"#,
|
||||
);
|
||||
res.compile().unwrap();
|
||||
static_vcruntime::metabuild();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user