vscodium/build/build_windows.ps1

7 lines
228 B
PowerShell
Raw Normal View History

2021-03-11 03:11:59 +00:00
# powershell -ExecutionPolicy ByPass -File .\build\build_windows.ps1
2021-03-10 18:24:52 +00:00
2021-08-23 03:05:01 +00:00
# first so `bash` is the one installed with `git`, avoid conflict with WSL
$env:Path = "C:\Program Files\Git\bin;" + $env:Path
2021-03-10 18:24:52 +00:00
bash ./build/build_windows.sh