Skip to content

Commit

Permalink
Update deploy-full.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
Wohlstand authored May 14, 2019
1 parent c04b502 commit 26d4d50
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deploy-full.bat
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ echo Copying LunaLUA binaries...
copy "%CurDir%\Release\LunaDll.dll" "%DeployDir%" > NUL
copy "%CurDir%\Release\LunaDll.pdb" "%DeployDir%" > NUL
copy "%CurDir%\Release\LunaLoader.exe" "%DeployDirL%" > NUL
if exist "%CurDir%\build-LunaExec\bin\LunaLoader-exec.exe" copy "%CurDir%\build-LunaExec\bin\LunaLoader-exec.exe" "%DeployDirL%" > NUL

echo Installing SDL2 and SDL2_mixer_ext...
copy "%CurDir%\LunaDll\libs\sdl\bin\*.dll" "%DeployDir%" > NUL
Expand All @@ -39,6 +40,10 @@ echo Packing LunaLUA...
"%SEVENZIP%\7z" a -tzip "LunaLUA-bin.zip" %DeployDir%\*.* "%DeployDir%\LuaScriptsLib" > NUL
echo Packing LunaLoader...
"%SEVENZIP%\7z" a -tzip "LunaLoader-bin.zip" %DeployDirL%\*.* > NUL
if exist "%CurDir%\build-LunaExec\bin\LunaLoader-exec.exe" (
echo Packing LunaLoader-exec...
"%SEVENZIP%\7z" a -t7z "LunaLoader-exec.7z" "%CurDir%\build-LunaExec\bin\LunaLoader-exec.exe" > NUL
)

echo.
echo "Everything is completed!"
Expand Down

0 comments on commit 26d4d50

Please sign in to comment.