From 6bf88b7bfcf56786b8b631f06ab7920b9631c0a8 Mon Sep 17 00:00:00 2001 From: Evan Goode Date: Fri, 28 Jun 2024 12:16:13 -0400 Subject: [PATCH] Don't use archive.org for CurseForge launcher --- launcher/net/FetchFlameAPIKey.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/launcher/net/FetchFlameAPIKey.cpp b/launcher/net/FetchFlameAPIKey.cpp index 09d57f73b..30b814d4b 100644 --- a/launcher/net/FetchFlameAPIKey.cpp +++ b/launcher/net/FetchFlameAPIKey.cpp @@ -38,9 +38,7 @@ FetchFlameAPIKey::FetchFlameAPIKey(QObject* parent) : Task{ parent } {} // See also https://git.sakamoto.pl/domi/curseme/src/commit/388ac991eb57dedd5d1aca45f418deb221d757d1/getToken.sh -const QUrl CURSEFORGE_APP_URL{ - "https://web.archive.org/web/20240625154807if_/https://curseforge.overwolf.com/electron/linux/CurseForge-0.198.1-21.AppImage" -}; +const QUrl CURSEFORGE_APP_URL{ "https://curseforge.overwolf.com/electron/linux/CurseForge-0.198.1-21.AppImage" }; // Use https://github.com/unmojang/appimage-token-finder to find these offsets const uint32_t IN_ADDR{ 82926761 };