40 lines
1.4 KiB
JSON
40 lines
1.4 KiB
JSON
{
|
|
"version": "0.6.11",
|
|
"description": "Launcher for Minecraft that allows for multiple, cleanly separated instances of Minecraft.",
|
|
"homepage": "https://multimc.org/",
|
|
"license": "Apache-2.0",
|
|
"url": "https://github.com/MultiMC/MultiMC5/releases/download/0.6.11/mmc-stable-win32.zip",
|
|
"hash": "007b517746a7659560c9d9abc8a2e42a7497e27337ada4adfad06390446f59bc",
|
|
"extract_dir": "MultiMC",
|
|
"pre_install": [
|
|
"if (-not (Test-Path \"$dir\\accounts.json\")) { New-Item \"$dir\\accounts.json\" -ItemType File | Out-Null }",
|
|
"if (-not (Test-Path \"$dir\\multimc.cfg\")) { New-Item \"$dir\\multimc.cfg\" -ItemType File -Value \"Analytics=false`r`nAutoUpdate=false`r`nIconTheme=pe_colored`r`nLaunchMaximized=true\" | Out-Null }",
|
|
"if (-not (Test-Path \"$dir\\notifications.json\")) { New-Item \"$dir\\notifications.json\" -ItemType File | Out-Null }"
|
|
],
|
|
"bin": "MultiMC.exe",
|
|
"shortcuts": [
|
|
[
|
|
"MultiMC.exe",
|
|
"MultiMC"
|
|
]
|
|
],
|
|
"persist": [
|
|
"accounts",
|
|
"assets",
|
|
"instances",
|
|
"libraries",
|
|
"meta",
|
|
"themes",
|
|
"translations",
|
|
"accounts.json",
|
|
"multimc.cfg",
|
|
"notifications.json"
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/MultiMC/MultiMC5"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/MultiMC/MultiMC5/releases/download/$version/mmc-stable-win32.zip"
|
|
}
|
|
}
|