-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvrc-get.json
More file actions
30 lines (30 loc) · 1.18 KB
/
Copy pathvrc-get.json
File metadata and controls
30 lines (30 loc) · 1.18 KB
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
{
"version": "1.9.2",
"description": "Command line client for VRChat Package Manager",
"homepage": "https://github.com/vrc-get/vrc-get",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/vrc-get/vrc-get/releases/download/v1.9.2/x86_64-pc-windows-msvc-vrc-get.exe#/vrc-get.exe",
"hash": "7fe9c87d0bb8a7264b63f6ddf922c93c444271561131eb5445fa6f0139755da6"
},
"arm64": {
"url": "https://github.com/vrc-get/vrc-get/releases/download/v1.9.2/aarch64-pc-windows-msvc-vrc-get.exe#/vrc-get.exe",
"hash": "e5814a9b51c2fa8eb2a2d91235da3ca02836fb7d114dfeb57652c9df70cd635a"
}
},
"bin": "vrc-get.exe",
"checkver": {
"github": "https://github.com/vrc-get/vrc-get"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/vrc-get/vrc-get/releases/download/v$version/x86_64-pc-windows-msvc-vrc-get.exe#/vrc-get.exe"
},
"arm64": {
"url": "https://github.com/vrc-get/vrc-get/releases/download/v$version/aarch64-pc-windows-msvc-vrc-get.exe#/vrc-get.exe"
}
}
}
}