Update all the things
This commit is contained in:
parent
09cdc84367
commit
09e545ec3e
18 changed files with 379 additions and 87 deletions
7
build.cmd
Executable file
7
build.cmd
Executable file
|
@ -0,0 +1,7 @@
|
|||
:; set -eo pipefail
|
||||
:; SCRIPT_DIR=$(cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd)
|
||||
:; ${SCRIPT_DIR}/build.sh "$@"
|
||||
:; exit $?
|
||||
|
||||
@ECHO OFF
|
||||
powershell -ExecutionPolicy ByPass -NoProfile -File "%~dp0build.ps1" %*
|
Loading…
Add table
Add a link
Reference in a new issue