refactor(tool): Небольшой рефакторинг CLI

This commit is contained in:
gasaichandesu
2026-05-30 14:39:33 +04:00
parent 583da559b4
commit df143b0bf1
7 changed files with 194 additions and 101 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ if (!(Test-Path $TOOL)) {
# --- Build MPQ archives into dist/
Write-Host "Building MPQ archives from src/ -> dist/..."
& $TOOL $SRC_DIR $DIST_DIR
& $TOOL build-mpq $SRC_DIR $DIST_DIR
if ($LASTEXITCODE -ne 0) {
Write-Error "MPQ build failed!"
exit 1