2021-03-10 22:11:59 -05:00
|
|
|
# powershell -ExecutionPolicy ByPass -File .\build\build_windows.ps1
|
2021-03-10 13:24:52 -05:00
|
|
|
|
2021-08-22 23:05:01 -04: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 13:24:52 -05:00
|
|
|
|
2021-09-08 19:38:07 -04:00
|
|
|
bash ./build/build_windows.sh
|