-
Notifications
You must be signed in to change notification settings - Fork 1.4k
/
Copy pathcryptomator.json
43 lines (43 loc) · 1.47 KB
/
cryptomator.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
38
39
40
41
42
43
{
"version": "1.14.2",
"description": "Multi-platform transparent client-side encryption of files in the cloud",
"homepage": "https://cryptomator.org",
"license": "GPL-3.0-only",
"suggest": {
"WinFSP": "nonportable/winfsp-np"
},
"architecture": {
"64bit": {
"url": "https://github.com/cryptomator/cryptomator/releases/download/1.14.2/Cryptomator-1.14.2-x64.msi",
"hash": "521f49f22f2c3f4722c2a5ef5e069b673b73963ecbe576b2f13687eb687b2d56"
}
},
"extract_dir": "Cryptomator",
"post_install": [
" # Change appdata settings folder",
"(Get-Content \"$dir\\app\\Cryptomator.cfg\" -Encoding ASCII).replace('~/AppData/Roaming/Cryptomator', './data') | Set-Content \"$dir\\app\\Cryptomator.cfg\" -Encoding ASCII"
],
"bin": "Cryptomator.exe",
"shortcuts": [
[
"Cryptomator.exe",
"Cryptomator"
]
],
"persist": "data",
"checkver": {
"url": "https://github.com/cryptomator/cryptomator/releases",
"regex": "Cryptomator-([\\d.]+)-x64\\.msi"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/cryptomator/cryptomator/releases/download/$version/Cryptomator-$version-x64.msi"
}
},
"hash": {
"url": "https://github.com/cryptomator/cryptomator/releases/tag/$version",
"regex": "$sha256\\s*\\./$basename"
}
}
}