mirror of
https://github.com/VSCodium/vscodium.git
synced 2024-11-23 08:27:38 +03:00
7 lines
212 B
PowerShell
Executable File
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
|