F4MP/codigos originales/tiltedcode/Build.bat

8 lines
306 B
Batchfile
Raw Normal View History

xmake project -k vsxmake
xmake config -m releasedbg
xmake -y
xmake install -o distrib
xcopy /e /y distrib\bin\ build\windows\x64\releasedbg
powershell.exe -noexit -command "& {cd Code\skyrim_ui ; pnpm install; pnpm deploy:production; cmd.exe /c xcopy /e /y dist\ ..\..\build\windows\x64\releasedbg}"
pause