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