generated from Ash258/GenericBucket
-
Notifications
You must be signed in to change notification settings - Fork 2
/
kopiaui.json
37 lines (37 loc) · 1.25 KB
/
kopiaui.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
35
36
37
{
"version": "0.17.0",
"description": "Fast and secure open source backup.",
"homepage": "https://kopia.io/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/kopia/kopia/releases/download/v0.17.0/KopiaUI-Setup-0.17.0.exe/#dl.7z",
"hash": "sha512:cc38135c817ca99a7dcd15bd5f499995cd0df896681f5522f227736c3c1a6b99a9918629d8d04198d63e3e200b0df72305b233d023d3848bb82ebcc939d78b28",
"pre_install": [
"Expand-7ZipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\" -Removal",
"Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall*\" -Force -Recurse"
]
}
},
"bin": "resources\\server\\kopia.exe",
"shortcuts": [
[
"KopiaUI.exe",
"KopiaUI"
]
],
"checkver": {
"github": "https://github.com/kopia/kopia"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/kopia/kopia/releases/download/v$version/KopiaUI-Setup-$version.exe/#dl.7z",
"hash": {
"url": "$baseurl/latest.yml",
"regex": "sha512:\\s+$base64"
}
}
}
}
}