Skip to content

Commit 0b84dda

Browse files
committed
multimc: changed to nightly version
Signed-off-by: Chawye Hsu <su+git@chawyehsu.com>
1 parent cd76b02 commit 0b84dda

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

bucket/multimc.json

+3-10
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
"homepage": "https://multimc.org/",
33
"description": "A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once",
44
"license": "Apache-2.0",
5-
"version": "0.6.14",
6-
"url": "https://files.multimc.org/downloads/mmc-stable-win32.zip",
7-
"hash": "144c8725a4d2a27d8afec4dafc535d57d98276531a7aa238c2d5a129f9206850",
5+
"version": "nightly",
6+
"url": "https://files.multimc.org/downloads/mmc-develop-win32.zip",
87
"extract_dir": "MultiMC",
98
"installer": {
109
"script": [
@@ -14,7 +13,7 @@
1413
" }",
1514
"}",
1615
"CreateFile 'accounts.json'",
17-
"CreateFile 'multimc.cfg' 'UpdateChannel=stable'",
16+
"CreateFile 'multimc.cfg' 'UpdateChannel=develop'",
1817
"CreateFile 'notifications.json'"
1918
]
2019
},
@@ -51,11 +50,5 @@
5150
],
5251
"suggest": {
5352
"MCEdit": "dorado/mcedit"
54-
},
55-
"checkver": {
56-
"github": "https://github.com/MultiMC/Launcher"
57-
},
58-
"autoupdate": {
59-
"url": "https://files.multimc.org/downloads/mmc-stable-win32.zip"
6053
}
6154
}

0 commit comments

Comments
 (0)