diff options
author | Ezekiel Smith <ezekielsmith@protonmail.com> | 2022-05-12 23:39:48 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-12 23:39:48 +1000 |
commit | 37e8f495b420be9c59e0349235bb5940249ed666 (patch) | |
tree | ec8c091973b2acb685443af28c4e2494a72ea081 /CMakeLists.txt | |
parent | 649b8ac7c6e12fcf91d204f908e027d3bfbb6a2a (diff) | |
download | PrismLauncher-37e8f495b420be9c59e0349235bb5940249ed666.tar.gz PrismLauncher-37e8f495b420be9c59e0349235bb5940249ed666.tar.bz2 PrismLauncher-37e8f495b420be9c59e0349235bb5940249ed666.zip |
CurseForge API Key update to PolyMC key
Use the key CurseForge provided me to use for PolyMC
*pr done on mobile if someone could test that would be great*
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b052fa1e..4d3683d7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -91,7 +91,7 @@ set(Launcher_MSA_CLIENT_ID "549033b2-1532-4d4e-ae77-1bbaa46f9d74" CACHE STRING " # CurseForge API Key # CHANGE THIS IF YOU FORK THIS PROJECT! -set(Launcher_CURSEFORGE_API_KEY "$2a$10$iR1RdPDG95FWdILZbHuoMOlV4vL4eckBx7QPZR6SVZmliEb9ZQplu" CACHE STRING "CurseForge API Key") +set(Launcher_CURSEFORGE_API_KEY "$2a$10$1Oqr2MX3O4n/ilhFGc597u8tfI3L2Hyr9/rtWDAMRjghSQV2QUuxq" CACHE STRING "CurseForge API Key") # Bug tracker URL set(Launcher_BUG_TRACKER_URL "https://github.com/PolyMC/PolyMC/issues" CACHE STRING "URL for the bug tracker.") |