generated from ScoopInstaller/BucketTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvrc-alcom.json
29 lines (29 loc) · 905 Bytes
/
vrc-alcom.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
{
"version": "1.0.1-beta.1",
"description": "Graphical client for VRChat Package Manager",
"homepage": "https://vrc-get.anatawa12.com/alcom/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/vrc-get/vrc-get/releases/download/gui-v1.0.1-beta.1/ALCOM-1.0.1-beta.1-x86_64.exe#/ALCOM.exe",
"hash": "22ed859f47a2f78de8979f9d1fb3c9bc9edc02f7952a19f4aa9aa04020e5081c"
}
},
"shortcuts": [
[
"ALCOM.exe",
"ALCOM"
]
],
"checkver": {
"url": "https://github.com/vrc-get/vrc-get/tags",
"regex": "gui-v(?<version>[\\w.-]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/vrc-get/vrc-get/releases/download/gui-v$version/ALCOM-$version-x86_64.exe#/ALCOM.exe"
}
}
}
}