-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
github-actions
committed
Mar 12, 2024
1 parent
5907791
commit 59c33b6
Showing
270 changed files
with
1,263 additions
and
1,271 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,40 @@ | ||
{ | ||
"homepage": "https://anytxt.net/", | ||
"description": "A local document search application", | ||
"version": "1.3.1043", | ||
"version": "1.3.1260", | ||
"license": "GPL-3.0-or-later", | ||
"url": "https://down.sp-all.laifaxin.com/AnyTXT.Searcher.1.3.1043.Win32_Win64.zip", | ||
"hash": "57bd8f0ff49f1715503e0210304b971588ef8ae02936ce47313edb4729275050", | ||
"installer": { | ||
"args": [ | ||
"/silent", | ||
"/dir=\"$dir\"" | ||
] | ||
}, | ||
"uninstaller": { | ||
"file": "unins000.exe", | ||
"args": "/silent" | ||
"url": "https://sourceforge.net/projects/anytxt/files/AnyTXT.Searcher.1.3.1260.Win32_Win64.exe", | ||
"hash": "sha1:f54f3c668b9f1863fea8aed1c6ac59ff5fdd4118", | ||
"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": "Version ([\\d.]+)</p>" | ||
"regex": "AnyTXT\\.Searcher\\.([\\d.]+)\\.Win32_Win64\\.exe" | ||
}, | ||
"autoupdate": { | ||
"url": "https://down.sp-all.laifaxin.com/AnyTXT.Searcher.$version.Win32_Win64.zip", | ||
"url": "https://sourceforge.net/projects/anytxt/files/AnyTXT.Searcher.$version.Win32_Win64.exe", | ||
"hash": { | ||
"url": "https://anytxt.net/download/", | ||
"find": "MD5: <a href=\"https://www.virustotal.com/gui/file/[\\d\\w]{32}\"> ($md5)" | ||
"mode": "sourceforge" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.