-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
simple-dnscrypt.json
46 lines (46 loc) · 1.59 KB
/
simple-dnscrypt.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
44
45
46
{
"version": "0.7.1",
"description": "Simple management tool for dnscrypt-proxy",
"homepage": "https://simplednscrypt.org/",
"license": "MIT",
"architecture": {
"32bit": {
"url": "https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.7.1/SimpleDNSCrypt.msi",
"hash": "cac6b8119af3da70a5977a2e73ee5214303990fedd7abbc5f247a1e2cf19a663"
},
"64bit": {
"url": "https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.7.1/SimpleDNSCrypt64.msi",
"hash": "5ba0c94774acd7ade18446b4351e7d28a948c490aefc50dc6c08c13551f19f7f"
}
},
"extract_dir": "APPDIR",
"uninstaller": {
"file": "Uninstall.exe"
},
"bin": "SimpleDnsCrypt.exe",
"shortcuts": [
[
"SimpleDnsCrypt.exe",
"Simple DNSCrypt"
]
],
"persist": "dnscrypt-proxy/dnscrypt-proxy.toml",
"checkver": {
"github": "https://github.com/bitbeans/SimpleDnsCrypt"
},
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/bitbeans/SimpleDnsCrypt/releases/download/$version/SimpleDNSCrypt.msi"
},
"64bit": {
"url": "https://github.com/bitbeans/SimpleDnsCrypt/releases/download/$version/SimpleDNSCrypt64.msi"
}
}
},
"post_install": [
"$rasadir = Join-Path -Path $bucketsdir -ChildPath 'rasa'",
"$postInstallScript = Join-Path -Path $rasadir -ChildPath 'scripts\\simple-dnscrypt\\simple-dnscrypt.ps1'",
"& \"$postInstallScript\""
]
}