diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-02-22 08:23:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-22 08:23:42 +0100 |
commit | aa4a6bb3be8eadb3cc6788c522166741e066cbe1 (patch) | |
tree | 7f39286f24fcf54ea56104692eac5913bb380e25 /CMakeLists.txt | |
parent | 4af020161d3092a6aa7abd0f51d4090cf09633ab (diff) | |
parent | ff17202b431c059ae04f97148d6adcdf9c0fa86c (diff) | |
download | PrismLauncher-aa4a6bb3be8eadb3cc6788c522166741e066cbe1.tar.gz PrismLauncher-aa4a6bb3be8eadb3cc6788c522166741e066cbe1.tar.bz2 PrismLauncher-aa4a6bb3be8eadb3cc6788c522166741e066cbe1.zip |
Merge pull request #172 from Scrumplex/fix-update-client-id
Switch to new MSA Client ID
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 d4a27260..003aa65d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -73,7 +73,7 @@ set(Launcher_META_URL "https://meta.polymc.org/v1/" CACHE STRING "URL to fetch L set(Launcher_IMGUR_CLIENT_ID "5b97b0713fba4a3" CACHE STRING "Client ID you can get from Imgur when you register an application") # MSA Client ID -set(Launcher_MSA_CLIENT_ID "17b47edd-c884-4997-926d-9e7f9a6b4647" CACHE STRING "Client ID you can get from Microsoft Identity Platform when you register an application") +set(Launcher_MSA_CLIENT_ID "549033b2-1532-4d4e-ae77-1bbaa46f9d74" CACHE STRING "Client ID you can get from Microsoft Identity Platform when you register an application") # Bug tracker URL set(Launcher_BUG_TRACKER_URL "https://github.com/PolyMC/PolyMC/issues" CACHE STRING "URL for the bug tracker.") |