mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-23 19:40:14 +10:00
refactor: rename build script
This commit is contained in:
@@ -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
|
# first so `bash` is the one installed with `git`, avoid conflict with WSL
|
||||||
$env:Path = "C:\Program Files\Git\bin;" + $env:Path
|
$env:Path = "C:\Program Files\Git\bin;" + $env:Path
|
||||||
|
|
||||||
bash ./build/build_windows.sh
|
bash ./build/build.sh
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
### Windows
|
### 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"
|
export INSIDER="no"
|
||||||
|
|||||||
Reference in New Issue
Block a user