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