mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-07 21:59:49 -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:
parent
77fed13c4e
commit
3b6370e01d
@ -130,4 +130,8 @@ 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
|
Loading…
x
Reference in New Issue
Block a user