mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 14:23:40 +01:00
Add Nuke Build (and temporary nuke Dalamud, heh)
This commit is contained in:
parent
c6a9879498
commit
b262fd7e9d
122 changed files with 287 additions and 7894 deletions
6
build.cmd
Executable file
6
build.cmd
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
:; set -eo pipefail
|
||||
:; ./build.sh "$@"
|
||||
:; exit $?
|
||||
|
||||
@ECHO OFF
|
||||
powershell -ExecutionPolicy ByPass -NoProfile %0\..\build.ps1 %*
|
||||
Loading…
Add table
Add a link
Reference in a new issue