Skip to content

Commit 8e8cbf6

Browse files
authored
feat: set curseforge and microsoft api keys from prismlauncher for now
Signed-off-by: windstone <notwindstone@gmail.com>
1 parent 6d3e071 commit 8e8cbf6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,13 +240,13 @@ endif()
240240

241241
# By using this key in your builds you accept the terms of use laid down in
242242
# https://docs.microsoft.com/en-us/legal/microsoft-identity-platform/terms-of-use
243-
set(Launcher_MSA_CLIENT_ID "" CACHE STRING "Client ID you can get from Microsoft Identity Platform when you register an application")
243+
set(Launcher_MSA_CLIENT_ID "c36a9fb6-4f2a-41ff-90bd-ae7cc92031eb" CACHE STRING "Client ID you can get from Microsoft Identity Platform when you register an application")
244244

245245
# By using this key in your builds you accept the terms and conditions laid down in
246246
# https://support.curseforge.com/en/support/solutions/articles/9000207405-curse-forge-3rd-party-api-terms-and-conditions
247247
# NOTE: CurseForge requires you to change this if you make any kind of derivative work.
248248
# This key was issued specifically for Launcher
249-
set(Launcher_CURSEFORGE_API_KEY "" CACHE STRING "API key for the CurseForge platform")
249+
set(Launcher_CURSEFORGE_API_KEY "$2a$10$wuAJuNZuted3NORVmpgUC.m8sI.pv1tOPKZyBgLFGjxFp/br0lZCC" CACHE STRING "API key for the CurseForge platform")
250250

251251
set(Launcher_COMPILER_NAME ${CMAKE_CXX_COMPILER_ID})
252252
set(Launcher_COMPILER_VERSION ${CMAKE_CXX_COMPILER_VERSION})

0 commit comments

Comments
 (0)