From 2690e4de4d7c65e02adf49ce5b142e0092d455bb Mon Sep 17 00:00:00 2001 From: Uleat Date: Mon, 27 May 2019 20:27:23 -0400 Subject: [PATCH] Redirected bots binaries remote to appveyor artifact repo (thanks Akkadius!) [skip ci] --- utils/scripts/eqemu_server.pl | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/utils/scripts/eqemu_server.pl b/utils/scripts/eqemu_server.pl index de46a8bb0..f1a179ffc 100644 --- a/utils/scripts/eqemu_server.pl +++ b/utils/scripts/eqemu_server.pl @@ -1393,11 +1393,13 @@ sub fetch_latest_windows_binaries { } sub fetch_latest_windows_binaries_bots { - print "[Update] Fetching Latest Windows Binaries with Bots...\n"; - get_remote_file($install_repository_request_url . "master_windows_build_bots.zip", "updates_staged/master_windows_build_bots.zip", 1); + print "[Update] Fetching Latest Windows Binaries (unstable) with Bots...\n"; + get_remote_file("https://ci.appveyor.com/api/projects/KimLS/server/artifacts/eqemu-x86-bots.zip", "updates_staged/eqemu-x86-bots.zip", 1); + #::: old repository kept for reference until no issues reported + #::: get_remote_file($install_repository_request_url . "master_windows_build_bots.zip", "updates_staged/master_windows_build_bots.zip", 1); print "[Update] Fetched Latest Windows Binaries with Bots...\n"; print "[Update] Extracting...\n"; - unzip('updates_staged/master_windows_build_bots.zip', 'updates_staged/binaries/'); + unzip('updates_staged/eqemu-x86-bots.zip', 'updates_staged/binaries/'); my @files; my $start_dir = "updates_staged/binaries"; find(