Skip to content

Commit

Permalink
Правки формата собираемых архивов
Browse files Browse the repository at this point in the history
  • Loading branch information
MahBoiDeveloper committed Mar 28, 2024
1 parent cc37173 commit 7e04fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zBuild.bat
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ xcopy Source\* Build\* /e /y

for /f "tokens=*" %%f in ('dir "%mixfolder%\" /a:d /b') do (
echo Compiling %%f.mix...
Tools\ccmix.exe --create --lmd --game=ra2 --dir "%mixfolder%\%%f" --mix "%mixfolder%\%%f.mix"
Tools\ccmix.exe --create --lmd --game=ts --dir "%mixfolder%\%%f" --mix "%mixfolder%\%%f.mix"
rmdir /q /s "%mixfolder%\%%f"
)

Expand Down

0 comments on commit 7e04fad

Please sign in to comment.