diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-02-16 17:03:13 +0100 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-02-16 17:03:13 +0100 |
commit | ff17202b431c059ae04f97148d6adcdf9c0fa86c (patch) | |
tree | 7c9556f1c63cee7fbd474d35a9612e5947bfe298 | |
parent | 2cd837896dc66344b53141325d76bcb045036abf (diff) | |
download | PrismLauncher-ff17202b431c059ae04f97148d6adcdf9c0fa86c.tar.gz PrismLauncher-ff17202b431c059ae04f97148d6adcdf9c0fa86c.tar.bz2 PrismLauncher-ff17202b431c059ae04f97148d6adcdf9c0fa86c.zip |
refactor: switch to new MSA Client ID
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 74a63614..870393bc 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.") |