mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
* Fixed that the startMage.sh script was not added to the release archive.
This commit is contained in:
parent
5d7e12d6df
commit
38bf354220
1 changed files with 1 additions and 0 deletions
|
@ -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("..");
|
||||
|
||||
|
|
Loading…
Reference in a new issue