{ "version": "0.6.7", "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.7/mmc-stable-win32.zip", "hash": "72be9de2f41483d9f43c942e481960d1de8f0b5835c8d2bef8154a4dc74c1932", "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" } }