From e142df945584f8b534f7d67f9584a34cce19911c Mon Sep 17 00:00:00 2001 From: Pegoku Date: Sat, 11 Mar 2023 15:57:26 +0100 Subject: [PATCH] update --- CMakeLists.txt | 2 +- buildconfig/launcher/CMakeLists.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d875dde9b..6ad6b9040 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -185,7 +185,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 diff --git a/buildconfig/launcher/CMakeLists.txt b/buildconfig/launcher/CMakeLists.txt index 9a8f055f3..3eb765dc1 100644 --- a/buildconfig/launcher/CMakeLists.txt +++ b/buildconfig/launcher/CMakeLists.txt @@ -204,10 +204,10 @@ set(MINECRAFT_SOURCES minecraft/auth/flows/AuthFlow.cpp minecraft/auth/flows/AuthFlow.h - # minecraft/auth/flows/Mojang.cpp - # minecraft/auth/flows/Mojang.h - # minecraft/auth/flows/MSA.cpp - # minecraft/auth/flows/MSA.h + minecraft/auth/flows/Mojang.cpp + minecraft/auth/flows/Mojang.h + minecraft/auth/flows/MSA.cpp + minecraft/auth/flows/MSA.h minecraft/auth/flows/Offline.cpp minecraft/auth/flows/Offline.h