41 lines
1.6 KiB
JSON
41 lines
1.6 KiB
JSON
{
|
|
"version": "1468",
|
|
"description": "Launcher for Minecraft that allows for multiple, cleanly separated instances of Minecraft.",
|
|
"homepage": "https://multimc.org/",
|
|
"license": "Apache-2.0",
|
|
"url": "https://teamcity.multimc.org/app/rest/builds/number:1468/artifacts/content/package.tar.gz?guest=1",
|
|
"hash": "1f4c27087803416db983c791ba4c622a5245ac87c6d1a356e822ba3a9e164042",
|
|
"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`r`nUpdateChannel=develop\" | 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": {
|
|
"url": "https://teamcity.multimc.org/app/rest/buildTypes/MultiMC_Launcher_Windows_Build/builds/status:success/number?guest=1",
|
|
"regex": "(.+)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://teamcity.multimc.org/app/rest/builds/number:$version/artifacts/content/package.tar.gz?guest=1"
|
|
}
|
|
}
|