Skip to content

Commit

Permalink
Don't use archive.org for CurseForge launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-goode committed Jun 28, 2024
1 parent f4b7872 commit 6bf88b7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions launcher/net/FetchFlameAPIKey.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 };
Expand Down

0 comments on commit 6bf88b7

Please sign in to comment.