mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
* Fixed that startMage.sh was not copied by build-and-package.pl to the zip archiv.
This commit is contained in:
parent
0d5326683c
commit
1d4599b6a4
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ move("../Mage.Client/target/mage-client.zip", "client.zip");
|
||||||
move("../Mage.Server/target/mage-server.zip", "server.zip");
|
move("../Mage.Server/target/mage-server.zip", "server.zip");
|
||||||
copy("../Utils/release/startMage.bat", "startMage.bat");
|
copy("../Utils/release/startMage.bat", "startMage.bat");
|
||||||
copy("../Utils/release/startMageWin7.bat", "startMageWin7.bat");
|
copy("../Utils/release/startMageWin7.bat", "startMageWin7.bat");
|
||||||
|
copy("../Utils/release/startMage.sh", "startMage.sh");
|
||||||
|
|
||||||
my $f = Archive::Extract->new( archive => "client.zip");
|
my $f = Archive::Extract->new( archive => "client.zip");
|
||||||
$f->extract( to => "client/");
|
$f->extract( to => "client/");
|
||||||
|
|
Loading…
Reference in a new issue