diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-10-18 10:37:35 +0200 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-10-18 10:37:35 +0200 |
commit | eed541201ea4e91801f65bf948151e72640a81a4 (patch) | |
tree | d6004b279c9d2f3b3ccc0f66e97f37447d636fa0 /CMakeLists.txt | |
parent | a8bcb85f7b5fa8f3c6a1e2697473c2227ad60381 (diff) | |
download | PrismLauncher-eed541201ea4e91801f65bf948151e72640a81a4.tar.gz PrismLauncher-eed541201ea4e91801f65bf948151e72640a81a4.tar.bz2 PrismLauncher-eed541201ea4e91801f65bf948151e72640a81a4.zip |
fix: add new MSA client id
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 8b3f0251..8a940c06 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -123,7 +123,7 @@ set(Launcher_QT_VERSION_MAJOR "5" CACHE STRING "Major Qt version to build agains # By using this key in your builds you accept the terms of use laid down in # https://docs.microsoft.com/en-us/legal/microsoft-identity-platform/terms-of-use -set(Launcher_MSA_CLIENT_ID "" CACHE STRING "Client ID you can get from Microsoft Identity Platform when you register an application") +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") # 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 |