-
Notifications
You must be signed in to change notification settings - Fork 0
/
hashmyfiles.json
46 lines (46 loc) · 1.64 KB
/
hashmyfiles.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
{
"homepage": "https://www.nirsoft.net/utils/hash_my_files.html",
"description": "Calculate hashes of files",
"license": "Freeware",
"version": "2.44",
"architecture": {
"64bit": {
"url": "https://www.nirsoft.net/utils/hashmyfiles-x64.zip",
"hash": "ddac50a45e3769b9e4ac4a2f39f0e4f85f690e3f0cb00b8cca91683465e37681"
},
"32bit": {
"url": "https://www.nirsoft.net/utils/hashmyfiles.zip",
"hash": "2eba1e13a92322e9142be6c725bb2536025e534d9b24d1bc650085955b26cad0"
}
},
"bin": "HashMyFiles.exe",
"shortcuts": [
[
"HashMyFiles.exe",
"HashMyFiles"
]
],
"persist": [
"hashmyfiles_lng.ini",
"hashmyfiles.cfg"
],
"pre_install": [
"if (!(Test-Path \"$persist_dir\")) { New-Item -ItemType directory \"$persist_dir\" | Out-Null }",
"if (!(Test-Path \"$persist_dir\\hashmyfiles_lng.ini\")) { New-Item -ItemType file \"$persist_dir\\hashmyfiles_lng.ini\" | Out-Null }",
"if (!(Test-Path \"$persist_dir\\hashmyfiles.cfg\")) { New-Item -ItemType file \"$persist_dir\\hashmyfiles.cfg\" | Out-Null }"
],
"checkver": {
"url": "https://www.nirsoft.net/pad/hashmyfiles.xml",
"xpath": "/XML_DIZ_INFO/Program_Info/Program_Version"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://www.nirsoft.net/utils/hashmyfiles-x64.zip"
},
"32bit": {
"url": "https://www.nirsoft.net/utils/hashmyfiles.zip"
}
}
}
}