📜  minecraft 启动器安装消失了 - Shell-Bash 代码示例

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

代码示例1
If you just updated to the new launcher:
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