generated from ScoopInstaller/BucketTemplate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
plain-craft-launcher.json
37 lines (37 loc) · 1.33 KB
/
plain-craft-launcher.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
{
"version": "2.8.12",
"description": "新一代 Minecraft / 我的世界 启动器",
"homepage": "https://afdian.net/@LTCat",
"license": {
"identifier": "Freeware",
"url": "https://shimo.im/docs/rGrd8pY8xWkt6ryW/read"
},
"url": "https://raw.githubusercontent.com/Hex-Dragon/PCL2/main/%E6%9C%80%E6%96%B0%E6%AD%A3%E5%BC%8F%E7%89%88.zip",
"hash": "896e3c1e1c94e25744b122a4035140dba06e8ea779f6e0f42e1809311856c2a2",
"notes": "由于官方发布在网盘上,没有完美的自动更新手段,如有新版本请发 issue 提醒",
"pre_install": [
"ensure \"$persist_dir\\PCL\" | Out-Null",
"ensure \"$persist_dir\\.minecraft\" | Out-Null",
"$conf = \"$persist_dir\\PCL\\Setup.ini\"",
"if (!(Test-Path \"$conf\")) {",
" $content = \"LaunchFolderSelect:$persist_dir\\.minecraft\\\"",
" Add-Content \"$conf\" \"$content\"",
"}"
],
"persist": [
"PCL",
".minecraft"
],
"shortcuts": [
[
"Plain Craft Launcher 2.exe",
"Plain Craft Launcher"
]
],
"checkver": {
"github": "https://github.com/Hex-Dragon/PCL2"
},
"autoupdate": {
"url": "https://raw.githubusercontent.com/Hex-Dragon/PCL2/main/%E6%9C%80%E6%96%B0%E6%AD%A3%E5%BC%8F%E7%89%88.zip"
}
}