diff --git a/build/build_windows.ps1 b/build/build.ps1 similarity index 56% rename from build/build_windows.ps1 rename to build/build.ps1 index d87d6c0..74c1e61 100755 --- a/build/build_windows.ps1 +++ b/build/build.ps1 @@ -1,6 +1,6 @@ -# powershell -ExecutionPolicy ByPass -File .\build\build_windows.ps1 +# 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_windows.sh +bash ./build/build.sh diff --git a/build/build.sh b/build/build.sh index 1f8f08d..e2a31f9 100755 --- a/build/build.sh +++ b/build/build.sh @@ -1,7 +1,7 @@ #!/bin/bash ### Windows -# to run with Bash: "C:\Program Files\Git\bin\bash.exe" ./build/build_windows.sh +# to run with Bash: "C:\Program Files\Git\bin\bash.exe" ./build/build.sh ### export INSIDER="no"