forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHxD.json
45 lines (45 loc) · 1.38 KB
/
HxD.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
{
"homepage": "https://mh-nexus.de/en/hxd/",
"version": "2.0.0rc",
"license": "https://mh-nexus.de/en/hxd/license.php",
"innosetup": false,
"architecture": {
"64bit": {
"url": "https://mh-nexus.de/downloads/HxDSetup.zip",
"hash": "3b6c97c2b3de4ac6c9affacbd1d0c932975c2ecf98eb8d4e56704beb118c8432",
"pre_install": [
"$manifest.innosetup = $true",
"unpack_inno \"HxDSetup.exe\" $manifest $dir",
"rename-item \"$dir\\HxD64,2.exe\" \"$dir\\HxD.exe\"",
"remove-item \"$dir\\HxD*,*.exe\""
]
},
"32bit": {
"url": "https://mh-nexus.de/downloads/HxDSetup.zip",
"hash": "3b6c97c2b3de4ac6c9affacbd1d0c932975c2ecf98eb8d4e56704beb118c8432",
"pre_install": [
"$manifest.innosetup = $true",
"unpack_inno \"HxDSetup.exe\" $manifest $dir",
"rename-item \"$dir\\HxD32,2.exe\" \"$dir\\HxD.exe\"",
"remove-item \"$dir\\HxD*,*.exe\""
]
}
},
"persist": "Settings",
"bin": [
[
"HxD.exe",
"HxD"
]
],
"shortcuts": [
[
"HxD.exe",
"HxD"
]
],
"checkver": {
"url": "https://mh-nexus.de/updates/HxDStableVersionInfo.en",
"re": "^([\\d.]+)"
}
}