In order to build your own version of MultiMC, you need to create your own token and include it in the sources.
This is done on the Azure portal through the following steps:
-
Give it a name and set the supported account types to
Personal Microsoft accounts only
.- If you were not able to set the account type as
Personal Microsoft accounts only
, go to theManifest
tab and change the line starting with"signInAudience":
to"signInAudience": "PersonalMicrosoftAccount",
. (IfaccessTokenAcceptedVersion
is set to null, change it to2
)
- If you were not able to set the account type as
-
Copy the Application ID into the secrets.cpp file
MSAClientID
variable. -
Rename the
notsecrets
folder tosecrets
. -
Build using the instructions.