scoop-games/bucket/multimc-dev.json

41 lines
1.6 KiB
JSON

{
"version": "2606",
"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:2606/artifacts/content/package.tar.gz?guest=1",
"hash": "a13196e07c6245e5492335eb6389ffaf05405f03ea6ee4488b575bc005e47c9e",
"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"
}
}