2022-08-29 09:13:25 -04:00
|
|
|
# powershell -ExecutionPolicy ByPass -File .\build\build.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
|
|
|
|
2022-08-29 09:13:25 -04:00
|
|
|
bash ./build/build.sh
|