Skip to content

Commit

Permalink
Fixes and updates #252
Browse files Browse the repository at this point in the history
  • Loading branch information
anderlli0053 committed Sep 25, 2024
1 parent f9cf910 commit 425ac22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bucket/vsbuildtools2022.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"version": "17.6.5",
"version": "17.10.5",
"description": "Microsoft Visual Studio Build Tools 2022",
"homepage": "https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2022",
"license": "https://visualstudio.microsoft.com/license-terms/vs2022-ga-diagnosticbuildtools/",
"url": "https://aka.ms/vs/17/release/vs_buildtools.exe",
"hash": "705c0035269d42683a6559bbd3d9ffdc1cb3ac437c2bd6d3492a03e57419f022",
"hash": "7d9ec4afc0346130be7244673bb60ab159eb99794e1e5101d4dc973047c5eeee",
"installer": {
"script": "Start-Process -FilePath \"$dir\\vs_buildtools.exe\" -ArgumentList \"--installPath $dir\\vs\\ --add Microsoft.VisualStudio.Workload.MSBuildTools --add Microsoft.VisualStudio.Workload.VCTools --add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --quiet --norestart\" -Wait"
},
Expand All @@ -29,4 +29,4 @@
"autoupdate": {
"url": "https://aka.ms/vs/17/release/vs_buildtools.exe"
}
}
}

0 comments on commit 425ac22

Please sign in to comment.