Create multimc-dev.json
parent
9b9250121a
commit
203d2e737d
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"version": "nightly",
|
||||
"description": "Launcher for Minecraft that allows for multiple, cleanly separated instances of Minecraft.",
|
||||
"homepage": "https://multimc.org/",
|
||||
"license": "Apache-2.0",
|
||||
"url": "https://files.multimc.org/downloads/mmc-develop-win32.zip",
|
||||
"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"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue