Files
vscodium/dev/build.ps1
2025-01-06 15:40:23 +01:00

7 lines
210 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 ./dev/build.sh