diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-07-11 14:56:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-11 14:56:09 +0200 |
commit | 8f4d7ac655d3815605422c9fc620d5a0f97e41ef (patch) | |
tree | b2a0c3fc3e12ac2d4ce7d8d6a8b24c256b500c57 /CMakeLists.txt | |
parent | c5625d8d32f45b6ecb71cf7293176dfe7c6579a3 (diff) | |
parent | 87cbff391c28d78a5be3d96a0fd58e224d2ed72e (diff) | |
download | PrismLauncher-8f4d7ac655d3815605422c9fc620d5a0f97e41ef.tar.gz PrismLauncher-8f4d7ac655d3815605422c9fc620d5a0f97e41ef.tar.bz2 PrismLauncher-8f4d7ac655d3815605422c9fc620d5a0f97e41ef.zip |
Merge pull request #678 from Scrumplex/improvements-around-proprietary-services
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 6b1d3dcd..0ad830af 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 |