Fixed bug in build script

This commit is contained in:
Ambroise Garel
2025-07-29 15:49:39 +02:00
parent 4532d5d020
commit 1bc1fbca96
2 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ if (!is_dir("./_DebugOutput"))
function packMiz($theaterJson, $debugMode)
{
echo " Writing ZIP file...\n";
echo " Creating ".($debugMode ? "debug" : "release")." .miz file...\n";
$zip = new ZipArchive();
$suffix = "";