-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpatchbay.json
34 lines (33 loc) · 1019 Bytes
/
patchbay.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
{
"version": "v8.1.0",
"homepage": "https://github.com/ssbc/patchbay",
"description": "An alternative Secure Scuttlebutt client interface that is fully compatible with Patchwork",
"license": {
"identifier": "AGPL-3.0-only",
"url": "https://github.com/ssbc/patchwork/blob/master/LICENSE"
},
"notes": "Contribute to the Patchbay Open Collective at: https://opencollective.com/patchbay",
"bin": "patchbay.exe",
"shortcuts": [
[
"patchbay.exe",
"Patchbay"
]
],
"architecture": {
"64bit": {
"url": "https://github.com/ssbc/patchbay/releases/download/v8.1.0/patchbay-Windows-8.1.0.exe",
"hash": "d23c458ea284f6822db46157bc7f5fbd7bd78fba53897398a4c41afced028759"
}
},
"installer": {
"file": "patchbay-Windows-8.1.0.exe",
"args": [
"/S",
"/D=$dir"
]
},
"uninstaller": {
"file": "Uninstall patchbay.exe"
}
}