-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathAbaReplace.json
39 lines (39 loc) · 1.17 KB
/
AbaReplace.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
{
"homepage": "https://www.abareplace.com/",
"version": "2.7.2",
"license": "shareware",
"url": "https://www.abareplace.com/AbaReplace272portable.zip",
"hash": "799840df4ae847aa15dfb241f7e599d231bc8e6376c2ad2af0b08ebdbc5b51a0",
"bin": "AbaReplace.exe",
"architecture": {
"64bit": {
"installer": {
"script": "Move-Item \"$dir\\AbaReplace64.exe\" \"$dir\\AbaReplace.exe\""
},
"post_install": "Remove-Item \"$dir\\AbaReplace32.exe\""
},
"32bit": {
"installer": {
"script": "Move-Item \"$dir\\AbaReplace32.exe\" \"$dir\\AbaReplace.exe\""
},
"post_install": "Remove-Item \"$dir\\AbaReplace64.exe\""
}
},
"persist": [
"AbaReplace.ini",
"UndoInfo"
],
"shortcuts": [
[
"AbaReplace.exe",
"Aba Search & Replace"
]
],
"checkver": {
"url": "https://www.abareplace.com/download/",
"regex": "Aba Search and Replace ([\\d.]+) installer"
},
"autoupdate": {
"url": "https://www.abareplace.com/AbaReplace$cleanVersionportable.zip"
}
}