diff options
author | flow <thiagodonato300@gmail.com> | 2022-02-23 14:34:51 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-23 14:34:51 -0300 |
commit | 38f12c50f773ed7ec54bc8ea11691352aef81aee (patch) | |
tree | a68ceb5e334a3725d970a283e99d5c6e8e48f570 /CMakeLists.txt | |
parent | f8b0d6453ae81488ddfd4c83b329e2c88787c49e (diff) | |
parent | 9e35560554eb089370ba487e5b6265b4bd8e739a (diff) | |
download | PrismLauncher-38f12c50f773ed7ec54bc8ea11691352aef81aee.tar.gz PrismLauncher-38f12c50f773ed7ec54bc8ea11691352aef81aee.tar.bz2 PrismLauncher-38f12c50f773ed7ec54bc8ea11691352aef81aee.zip |
Merge branch 'PolyMC:develop' into develop
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.") |