forked from jcwillox/scoop-bucket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
multimc.json
42 lines (42 loc) · 1.48 KB
/
multimc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"##": "Uses a better default multimc.cfg compared to the scoop-games version",
"version": "0.6.14",
"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-stable-win32.zip",
"hash": "2ef69f36d3a99e423ae6b8de52168fd26656d0c274845270000b013043daac7e",
"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 \"AutoUpdate=false`r`nIconTheme=pe_colored`r`nUpdateChannel=stable\" | 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",
"icons",
"instances",
"libraries",
"meta",
"mods",
"themes",
"translations",
"accounts.json",
"multimc.cfg",
"notifications.json"
],
"checkver": {
"github": "https://github.com/MultiMC/MultiMC5"
},
"autoupdate": {
"url": "https://files.multimc.org/downloads/mmc-stable-win32.zip"
}
}