aboutsummaryrefslogtreecommitdiff
path: root/launcher/CMakeLists.txt
diff options
context:
space:
mode:
authorTheCodex6824 <thecodex6824@gmail.com>2022-04-21 16:01:55 -0400
committerTheCodex6824 <thecodex6824@gmail.com>2022-04-22 23:39:38 -0400
commit8bcbe07c87ee4b776d9ba743bb598f22ee80dda0 (patch)
tree9f25883df7d42d8ec2db8d569b8ae27619e5da5d /launcher/CMakeLists.txt
parent5adcc26190b82dc9c1050452645d762f5e8b5a5e (diff)
downloadPrismLauncher-8bcbe07c87ee4b776d9ba743bb598f22ee80dda0.tar.gz
PrismLauncher-8bcbe07c87ee4b776d9ba743bb598f22ee80dda0.tar.bz2
PrismLauncher-8bcbe07c87ee4b776d9ba743bb598f22ee80dda0.zip
Fix Mojang auth failing due to Mojang rejecting requests to the profile endpoint
Diffstat (limited to 'launcher/CMakeLists.txt')
-rw-r--r--launcher/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt
index 6ed86726..075c183a 100644
--- a/launcher/CMakeLists.txt
+++ b/launcher/CMakeLists.txt
@@ -235,6 +235,8 @@ set(MINECRAFT_SOURCES
minecraft/auth/steps/MigrationEligibilityStep.h
minecraft/auth/steps/MinecraftProfileStep.cpp
minecraft/auth/steps/MinecraftProfileStep.h
+ minecraft/auth/steps/MinecraftProfileStepMojang.cpp
+ minecraft/auth/steps/MinecraftProfileStepMojang.h
minecraft/auth/steps/MSAStep.cpp
minecraft/auth/steps/MSAStep.h
minecraft/auth/steps/XboxAuthorizationStep.cpp