-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathAnyTXTSearcher.json
40 lines (40 loc) · 1.33 KB
/
AnyTXTSearcher.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
{
"homepage": "https://anytxt.net/",
"description": "A local document search application",
"version": "1.3.1517",
"license": "GPL-3.0-or-later",
"url": "https://sourceforge.net/projects/anytxt/files/AnyTXT.Searcher.1.3.1517.Win32_Win64.exe",
"hash": "sha1:beb5230a1b6ba1b56569899ea6e7a05abd0b64df",
"innosetup": true,
"architecture": {
"64bit": {
"pre_install": [
"Get-ChildItem \"$dir\\*,2.*\" -Recurse | Rename-Item -NewName { $_.FullName -replace ',2\\.', '.' }",
"Get-ChildItem \"$dir\\*,1.*\" -Recurse | Remove-Item"
]
},
"32bit": {
"pre_install": [
"Get-ChildItem \"$dir\\*,1.*\" -Recurse | Rename-Item -NewName { $_.FullName -replace ',1\\.', '.' }",
"Get-ChildItem \"$dir\\*,2.*\" -Recurse | Remove-Item"
]
}
},
"bin": "ATGUI.exe",
"shortcuts": [
[
"ATGUI.exe",
"AnyTXT Searcher"
]
],
"checkver": {
"url": "https://anytxt.net/download/",
"regex": "AnyTXT\\.Searcher\\.([\\d.]+)\\.Win32_Win64\\.exe"
},
"autoupdate": {
"url": "https://sourceforge.net/projects/anytxt/files/AnyTXT.Searcher.$version.Win32_Win64.exe",
"hash": {
"mode": "sourceforge"
}
}
}