Переглянути джерело

refactor: rename build script

Baptiste Augrain 2 роки тому
батько
коміт
4e1058ef10
2 змінених файлів з 3 додано та 3 видалено
  1. 2 2
      build/build.ps1
  2. 1 1
      build/build.sh

+ 2 - 2
build/build_windows.ps1 → 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

+ 1 - 1
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"