vscodium/build/build_windows.ps1
Baptiste Augrain b99e93970e fixing windows
2021-03-11 04:11:59 +01:00

14 lines
283 B
PowerShell
Executable file

# powershell -ExecutionPolicy ByPass -File .\build\build_windows.ps1
$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