From e6a99ca9ac64eeff3016e44f4be761c6c0ab3ae8 Mon Sep 17 00:00:00 2001 From: Patrick Babb <72764527+patrickbabb@users.noreply.github.com> Date: Sun, 4 May 2025 23:17:40 -0500 Subject: [PATCH] Update build.xml Reverted the core file download link to the previous path format to allow Android to download from the correct URL. --- projects/mtg/build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/mtg/build.xml b/projects/mtg/build.xml index 0895430fd..af9bc4c42 100644 --- a/projects/mtg/build.xml +++ b/projects/mtg/build.xml @@ -88,8 +88,8 @@ Mod by: Vitty85 #define WAGIC_CORE_VERSION_STRING "core_" VERSION_STRINGIFY(WAGIC_RESOURCE_VERSION) #define WAGIC_RESOURCE_NAME "Wagic-core-" VERSION_STRINGIFY(WAGIC_RESOURCE_VERSION) ".zip" #define WAGIC_RELEASE_NAME "wagic-v" WAGIC_VERSION_STRING -#define WAGIC_RESOURCE_URL "https://github.com/WagicProject/wagic/releases" WAGIC_RELEASE_NAME "/" WAGIC_RESOURCE_NAME - +#define WAGIC_RESOURCE_URL "https://github.com/WagicProject/wagic/releases/download/" WAGIC_RELEASE_NAME "/" WAGIC_RESOURCE_NAME + #endif