refactor: rename build script

This commit is contained in:
Baptiste Augrain
2022-08-22 15:12:30 +02:00
parent 70e6f66c60
commit 4e1058ef10
2 changed files with 3 additions and 3 deletions

6
build/build.ps1 Executable file
View File

@@ -0,0 +1,6 @@
# 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