mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 14:23:40 +01:00
6 lines
132 B
Batchfile
Executable file
6 lines
132 B
Batchfile
Executable file
:; set -eo pipefail
|
|
:; ./build.sh "$@"
|
|
:; exit $?
|
|
|
|
@ECHO OFF
|
|
powershell -ExecutionPolicy ByPass -NoProfile %0\..\build.ps1 %*
|