* Fixed that the startMage.sh script was not added to the release archive.

This commit is contained in:
LevelX2 2014-10-09 16:24:49 +02:00
parent 5d7e12d6df
commit 38bf354220

View file

@ -35,6 +35,7 @@ $zip->addTree("client", "mage-client");
$zip->addTree("server", "mage-server");
$zip->addFile("startMage.bat");
$zip->addFile("startMageWin7.bat");
$zip->addFile("startMage.sh");
$zip->writeToFileNamed("../mage-bundle.zip");
chdir("..");