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 94ec2be commit f32cb42
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 "Build\MIX\" /a:d /b') do (
echo Compiling %%f.mix...
Tools\ccmix.exe --create --lmd --game=ra2 --dir "Build\MIX\%%f" --mix "Build\MIX\%%f.mix"
Tools\ccmix.exe --create --lmd --game=ts --dir "Build\MIX\%%f" --mix "Build\MIX\%%f.mix"
rmdir /q /s Build\MIX\%%f
)

Expand Down

0 comments on commit f32cb42

Please sign in to comment.