Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Pegoku committed Mar 11, 2023
1 parent b7a2c6f commit e142df9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions buildconfig/launcher/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e142df9

Please sign in to comment.