vscodium/build/build.ps1
2022-08-29 15:13:25 +02:00

7 lines
212 B
PowerShell
Executable file

# powershell -ExecutionPolicy ByPass -File .\build\build.ps1
# first so `bash` is the one installed with `git`, avoid conflict with WSL
$env:Path = "C:\Program Files\Git\bin;" + $env:Path
bash ./build/build.sh