* Fixed that startMage.sh was not copied by build-and-package.pl to the zip archiv.

This commit is contained in:
LevelX2 2014-10-11 01:02:56 +02:00
parent 0d5326683c
commit 1d4599b6a4

View file

@ -22,6 +22,7 @@ move("../Mage.Client/target/mage-client.zip", "client.zip");
move("../Mage.Server/target/mage-server.zip", "server.zip");
copy("../Utils/release/startMage.bat", "startMage.bat");
copy("../Utils/release/startMageWin7.bat", "startMageWin7.bat");
copy("../Utils/release/startMage.sh", "startMage.sh");
my $f = Archive::Extract->new( archive => "client.zip");
$f->extract( to => "client/");