-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheverything.json
44 lines (44 loc) · 1.37 KB
/
everything.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
{
"homepage": "https://www.voidtools.com/",
"license": "MIT",
"version": "1.4.1.1015",
"architecture": {
"64bit": {
"url": "https://www.voidtools.com/Everything-1.4.1.1015.x64.zip",
"hash": "656ff3946222048a5558160023da6fd8abc6fa9569f7ac1dff058410a3db6f28"
},
"32bit": {
"url": "https://www.voidtools.com/Everything-1.4.1.1015.x86.zip",
"hash": "3198ba7a685c9cbd0457cb89abd9d81bed9f9642f2289a181eddd6c8a68f5cdd"
}
},
"bin": "Everything.exe",
"checkver": "Download Everything ([\\d.]+)",
"persist": [
"Everything.ini",
"Everything.db"
],
"pre_install": [
"if(!(test-path \"$dir\\Everything.ini\")) { & \"$dir\\Everything.exe\" -install-config null }",
"if(!(test-path \"$dir\\Everything.db\")) { Add-Content \"$dir\\Everything.db\" $null }"
],
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://www.voidtools.com/Everything-$version.x64.zip"
},
"32bit": {
"url": "https://www.voidtools.com/Everything-$version.x86.zip"
}
},
"hash": {
"url": "https://www.voidtools.com/Everything-$version.sha256"
}
},
"shortcuts": [
[
"Everything.exe",
"Everything"
]
]
}