-
Notifications
You must be signed in to change notification settings - Fork 0
/
patchwork.json
34 lines (33 loc) · 1022 Bytes
/
patchwork.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": "v3.17.2",
"homepage": "https://github.com/ssbc/patchwork",
"description": "A decentralized messaging and sharing app built on top of Secure Scuttlebutt (SSB).",
"license": {
"identifier": "AGPL-3.0-only",
"url": "https://github.com/ssbc/patchwork/blob/master/LICENSE"
},
"notes": "Contribute to the Patchwork Open Collective at: https://opencollective.com/patchwork",
"bin": "patchwork.exe",
"shortcuts": [
[
"Patchwork.exe",
"Patchwork"
]
],
"architecture": {
"64bit": {
"url": "https://github.com/ssbc/patchwork/releases/download/v3.17.2/Patchwork-Setup-3.17.2.exe",
"hash": "113beedaa5fd5e5957df091e86518018d1bd423f4d10855fbda7d2bdca8620b9"
}
},
"installer": {
"file": "Patchwork-Setup-3.17.2.exe",
"args": [
"/S",
"/D=$dir"
]
},
"uninstaller": {
"file": "Uninstall Patchwork.exe"
}
}