F4MP/tiltedcode/Build.bat
Jous99 37b16f1547 code upload
codigo original de f4mp y tilted para referencias
2026-01-06 18:45:00 +01:00

7 lines
306 B
Batchfile

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