diff options
author | Ryan Cao <70191398+ryanccn@users.noreply.github.com> | 2022-05-08 15:22:50 +0800 |
---|---|---|
committer | Ryan Cao <70191398+ryanccn@users.noreply.github.com> | 2022-05-08 15:22:50 +0800 |
commit | 22f5128e398f34f01f78751008aca594fa7a7eee (patch) | |
tree | 7487565dbee6b9c4fbab59fddea136a8f579708a /CMakeLists.txt | |
parent | ae1aa6f63eb5f82788b3ff638becd8b6a9a44c74 (diff) | |
download | PrismLauncher-22f5128e398f34f01f78751008aca594fa7a7eee.tar.gz PrismLauncher-22f5128e398f34f01f78751008aca594fa7a7eee.tar.bz2 PrismLauncher-22f5128e398f34f01f78751008aca594fa7a7eee.zip |
adopt changes from #497 remapped
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a7824a99..d1c20bb0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -89,6 +89,10 @@ set(Launcher_IMGUR_CLIENT_ID "5b97b0713fba4a3" CACHE STRING "Client ID you can g # MSA Client ID set(Launcher_MSA_CLIENT_ID "549033b2-1532-4d4e-ae77-1bbaa46f9d74" CACHE STRING "Client ID you can get from Microsoft Identity Platform when you register an application") +# CurseForge API Key +# CHANGE THIS IF YOU FORK THIS PROJECT! +set(Launcher_CURSEFORGE_API_KEY "$2a$10$iR1RdPDG95FWdILZbHuoMOlV4vL4eckBx7QPZR6SVZmliEb9ZQplu" 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.") |