diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-05-13 13:36:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-13 13:36:36 +0200 |
commit | d85fc456a9875c1d8a21cd58f36b6fbffb6f6d1e (patch) | |
tree | ec8c091973b2acb685443af28c4e2494a72ea081 | |
parent | 649b8ac7c6e12fcf91d204f908e027d3bfbb6a2a (diff) | |
parent | 37e8f495b420be9c59e0349235bb5940249ed666 (diff) | |
download | PrismLauncher-d85fc456a9875c1d8a21cd58f36b6fbffb6f6d1e.tar.gz PrismLauncher-d85fc456a9875c1d8a21cd58f36b6fbffb6f6d1e.tar.bz2 PrismLauncher-d85fc456a9875c1d8a21cd58f36b6fbffb6f6d1e.zip |
Merge pull request #557 from PolyMC/ZekeSmith-cf-api
-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.") |