diff --git a/build.bat b/build.bat index 4de4475c..ce15a28a 100644 --- a/build.bat +++ b/build.bat @@ -130,4 +130,8 @@ if %ERRORLEVEL% NEQ 0 pause if %ERRORLEVEL% NEQ 0 pause -del %cd%\zone_source\*.ff \ No newline at end of file +del %cd%\zone_source\*.ff + +pwsh -Command "Compress-Archive -Force -Path attachmentunique,images,maps,scripts,ui,ui_mp,weapons -DestinationPath mod.iwd" + +for %%f in (ff,iwd,json) do xcopy /i /y *.%%f ..\zm_reimagined \ No newline at end of file