scoop-games/bucket/multimc.json

40 lines
1.4 KiB
JSON
Raw Normal View History

2019-11-10 17:40:40 -08:00
{
2021-09-24 17:30:23 -07:00
"version": "0.6.13",
2019-11-10 17:40:40 -08:00
"description": "Launcher for Minecraft that allows for multiple, cleanly separated instances of Minecraft.",
"homepage": "https://multimc.org/",
"license": "Apache-2.0",
2021-09-24 17:30:23 -07:00
"url": "https://github.com/MultiMC/MultiMC5/releases/download/0.6.13/mmc-stable-win32.zip",
"hash": "27573d52e735ec1030a35a723eacb211513757930a99f8178a65d38407008a33",
2019-11-10 17:40:40 -08:00
"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"
}
}