mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
4 lines
No EOL
159 B
PowerShell
4 lines
No EOL
159 B
PowerShell
if(Test-path VC_redist.x64.exe -PathType leaf) {
|
|
Return
|
|
}
|
|
Invoke-WebRequest -useb https://aka.ms/vs/17/release/vc_redist.x64.exe -outfile VC_redist.x64.exe |