vscodium/build/build_windows.ps1

15 lines
283 B
PowerShell
Raw Normal View History

2021-03-10 22:11:59 -05:00
# powershell -ExecutionPolicy ByPass -File .\build\build_windows.ps1
2021-03-10 13:24:52 -05:00
$env:Path += ";C:\Program Files\Git\bin"
Remove-Item -Recurse -Force VSCode*
bash ./get_repo.sh
$Env:SHOULD_BUILD = 'yes'
$Env:CI_BUILD = 'no'
$Env:OS_NAME = 'windows'
$Env:VSCODE_ARCH = 'x64'
bash ./build.sh