generated from ScoopInstaller/BucketTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
desktop-plus.json
31 lines (31 loc) · 1.01 KB
/
desktop-plus.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
{
"version": "3.0.1",
"description": "Advanced desktop access for OpenVR",
"homepage": "https://github.com/elvissteinjr/DesktopPlus",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/elvissteinjr/DesktopPlus/releases/download/v3.0.1/DesktopPlus-3.0.1.zip",
"hash": "832a44029f1780efa1e204ea466a5a1325e05516afe2a9d5b047e7df8fd7a775"
}
},
"extract_dir": "DesktopPlus",
"shortcuts": [
[
"DesktopPlus.exe",
"Desktop+"
]
],
"checkver": {
"url": "https://api.github.com/repos/elvissteinjr/DesktopPlus/releases/latest",
"jsonpath": "$..browser_download_url",
"regex": "/releases/download/(?<tag>v?[\\d.]+)/DesktopPlus-(?<version>v?[\\d.]+)\\.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/elvissteinjr/DesktopPlus/releases/download/$matchTag/DesktopPlus-$version.zip"
}
}
}
}