Skip to content

Commit

Permalink
fix download url
Browse files Browse the repository at this point in the history
  • Loading branch information
Misieq01 committed Oct 9, 2024
1 parent 9bfaa53 commit 5737a62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src-tauri/src/external_dependencies.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ impl ExternalDependencies {
display_description:
"This is the additional runtime required to run Tari applications."
.to_string(),
download_url: "https://aka.ms/vs/16/release/vc_redist.x86.exe".to_string(),
download_url: "https://aka.ms/vs/17/release/vc_redist.x86.exe".to_string(),
manufacturer: Manufacturer::new(
"Microsoft".to_string(),
"https://www.microsoft.com".to_string(),
Expand All @@ -99,7 +99,7 @@ impl ExternalDependencies {
display_name: "Microsoft Visual C++ 2022 x86 Minimum Runtime".to_string(),
display_description:
"This is the minimum runtime required to run Tari applications.".to_string(),
download_url: "https://aka.ms/vs/16/release/vc_redist.x86.exe".to_string(),
download_url: "https://aka.ms/vs/17/release/vc_redist.x86.exe".to_string(),
manufacturer: Manufacturer::new(
"Microsoft".to_string(),
"https://www.microsoft.com".to_string(),
Expand Down

0 comments on commit 5737a62

Please sign in to comment.