diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-05-29 21:29:07 +0200 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-07-08 16:25:03 +0200 |
commit | 8a1a583afef0a719a3b793ce32bb93cc2d6180bb (patch) | |
tree | 52c72cbd17a60b6c2ec1fa57676613eec43a6f78 /CMakeLists.txt | |
parent | f1902a44716201d9d6431cab762663cd749b58eb (diff) | |
download | PrismLauncher-8a1a583afef0a719a3b793ce32bb93cc2d6180bb.tar.gz PrismLauncher-8a1a583afef0a719a3b793ce32bb93cc2d6180bb.tar.bz2 PrismLauncher-8a1a583afef0a719a3b793ce32bb93cc2d6180bb.zip |
refactor: rename references to CurseForge to Flame
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
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 958e6ef6..1382f571 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -131,7 +131,7 @@ set(Launcher_MSA_CLIENT_ID "549033b2-1532-4d4e-ae77-1bbaa46f9d74" CACHE STRING " # By using this key in your builds you accept the terms and conditions laid down in # https://support.curseforge.com/en/support/solutions/articles/9000207405-curse-forge-3rd-party-api-terms-and-conditions # NOTE: CurseForge requires you to change this if you make any kind of derivative work. -set(Launcher_CURSEFORGE_API_KEY "$2a$10$1Oqr2MX3O4n/ilhFGc597u8tfI3L2Hyr9/rtWDAMRjghSQV2QUuxq" CACHE STRING "CurseForge API Key") +set(Launcher_CURSEFORGE_API_KEY "$2a$10$1Oqr2MX3O4n/ilhFGc597u8tfI3L2Hyr9/rtWDAMRjghSQV2QUuxq" CACHE STRING "API key for the CurseForge platform") #### Check the current Git commit and branch |