mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-10 23:27:57 -05:00
Create .iwd in build.bat
Copy .ff, .iwd, and .json to separate folder in build.bat Requires Powershell Core for Compress-Archive to work correctly
This commit is contained in:
@ -131,3 +131,7 @@ if %ERRORLEVEL% NEQ 0 pause
|
|||||||
if %ERRORLEVEL% NEQ 0 pause
|
if %ERRORLEVEL% NEQ 0 pause
|
||||||
|
|
||||||
del %cd%\zone_source\*.ff
|
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
|
Reference in New Issue
Block a user