mirror of
https://github.com/Jous99/F4MP.git
synced 2026-01-12 17:30:53 +01:00
8 lines
306 B
Batchfile
8 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
|