📜  新的 mojang 启动器看不到旧的安装 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:07.756000             🧑  作者: Mango

代码示例1
Just copy launcher_profiles.json to launcher_profiles_microsoft_store.json.
PowerShell implementation of this:
cp $env:APPDATA/.minecraft/launcher_profiles.json $env:APPDATA/.minecraft/launcher_profiles_microsoft_store.json -force