issues #192 add MicrosoftEdgeWebview2Setup and fix the "VCRUNTIME140.dll Is Missing" error on windows server 2022

This commit is contained in:
elilchen
2023-02-16 13:39:08 +08:00
parent 7c3be2d9fb
commit ad40d65070
10 changed files with 35 additions and 8 deletions

7
ui/Cargo.lock generated
View File

@@ -2324,6 +2324,7 @@ dependencies = [
"once_cell",
"serde",
"serde_json",
"static_vcruntime",
"tauri",
"tauri-build",
"windows-service",
@@ -2625,6 +2626,12 @@ dependencies = [
"loom",
]
[[package]]
name = "static_vcruntime"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "954e3e877803def9dc46075bf4060147c55cd70db97873077232eae0269dc89b"
[[package]]
name = "string_cache"
version = "0.8.4"