forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbandizip.json
41 lines (41 loc) · 1.34 KB
/
bandizip.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
{
"homepage": "http://www.bandisoft.com/bandizip/",
"license": "Freeware(EULA)",
"version": "6.20",
"architecture": {
"64bit": {
"url": "https://dl.bandisoft.com/bandizip/BANDIZIP-PORTABLE-GL-64BIT.ZIP",
"hash": "a676744c5a6ca370a2972da9a0c0efb25cb019822de37522e4abec62050fbe3c"
},
"32bit": {
"url": "https://dl.bandisoft.com/bandizip/BANDIZIP-PORTABLE-GL-32BIT.ZIP",
"hash": "5a3f541b9e0cee494d19a1c88f657b916aa7540202cf3cc9b0187efdae4d982f"
}
},
"persist": "Bandizip.ini",
"pre_install": [
"Get-ChildItem \"$dir\\Bandizip*.exe\" | Rename-Item -NewName \"$dir\\Bandizip.exe\"",
"If(!(Test-Path \"$dir\\Bandizip.ini\")) { Set-Content \"$dir\\Bandizip.ini\" -Value $null }"
],
"bin": "Bandizip.exe",
"shortcuts": [
[
"Bandizip.exe",
"Bandizip"
]
],
"checkver": {
"url": "https://en.bandisoft.com/bandizip/history/",
"re": "<font[^>]+>v([\\d.]+)<"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://dl.bandisoft.com/bandizip/BANDIZIP-PORTABLE-GL-64BIT.ZIP"
},
"32bit": {
"url": "https://dl.bandisoft.com/bandizip/BANDIZIP-PORTABLE-GL-32BIT.ZIP"
}
}
}
}