diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-10-18 13:24:57 +0200 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-10-18 13:24:57 +0200 |
commit | 1f8bffc15a77fe4dc5c5c52f84919e3ec58a5de7 (patch) | |
tree | 8f12e2209e7b82df6152315596b53aa9dd716656 /CMakeLists.txt | |
parent | afaef4e83bd3d680897762554a23be9c55d3f901 (diff) | |
download | PrismLauncher-1f8bffc15a77fe4dc5c5c52f84919e3ec58a5de7.tar.gz PrismLauncher-1f8bffc15a77fe4dc5c5c52f84919e3ec58a5de7.tar.bz2 PrismLauncher-1f8bffc15a77fe4dc5c5c52f84919e3ec58a5de7.zip |
fix: new CurseForge key
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2e1e2680..7e149ce1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -128,7 +128,8 @@ set(Launcher_MSA_CLIENT_ID "c36a9fb6-4f2a-41ff-90bd-ae7cc92031eb" 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 "" CACHE STRING "API key for the CurseForge platform") +# This key was issued specifically for Prism Launcher +set(Launcher_CURSEFORGE_API_KEY "$2a$10$wuAJuNZuted3NORVmpgUC.m8sI.pv1tOPKZyBgLFGjxFp/br0lZCC" CACHE STRING "API key for the CurseForge platform") #### Check the current Git commit and branch |