mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 06:21:28 +00:00
Update eqemu_server.pl [skip ci]
This commit is contained in:
parent
4a099ca0ef
commit
d25dff7a72
@ -1257,12 +1257,11 @@ sub copy_file {
|
|||||||
|
|
||||||
sub fetch_latest_windows_appveyor {
|
sub fetch_latest_windows_appveyor {
|
||||||
print "[Update] Fetching Latest Windows Binaries (unstable) from Appveyor... \n";
|
print "[Update] Fetching Latest Windows Binaries (unstable) from Appveyor... \n";
|
||||||
get_remote_file("https://ci.appveyor.com/api/projects/KimLS/server/artifacts/eqemu-x86-no-bots.zip", "updates_staged/master_windows_build_pdb.zip", 1);
|
get_remote_file("https://ci.appveyor.com/api/projects/KimLS/server/artifacts/eqemu-x86-no-bots.zip", "updates_staged/eqemu-x86-no-bots.zip", 1);
|
||||||
|
|
||||||
print "[Update] Fetched Latest Windows Binaries (unstable) from Appveyor... \n";
|
print "[Update] Fetched Latest Windows Binaries (unstable) from Appveyor... \n";
|
||||||
print "[Update] Extracting... --- \n";
|
print "[Update] Extracting... --- \n";
|
||||||
unzip('updates_staged/master_windows_build.zip', 'updates_staged/binaries/');
|
unzip('updates_staged/eqemu-x86-no-bots.zip', 'updates_staged/binaries/');
|
||||||
unzip('updates_staged/master_windows_build_pdb.zip', 'updates_staged/binaries/');
|
|
||||||
my @files;
|
my @files;
|
||||||
my $start_dir = "updates_staged/binaries";
|
my $start_dir = "updates_staged/binaries";
|
||||||
find(
|
find(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user