generated from ScoopInstaller/BucketTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
694b99b
commit ff91c15
Showing
1 changed file
with
27 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"version": "3.1.38", | ||
"description": "获取微信账号信息(昵称/账号/手机/邮箱/数据库密钥/wxid);PC微信数据库读取、解密脚本;聊天记录查看工具;聊天记录导出为html(包含语音图片)。支持多账户信息获取,支持所有微信版本。", | ||
"homepage": "https://github.com/xaoyaoo/PyWxDump", | ||
"license": { | ||
"identifier": "MIT License", | ||
"url": "https://github.com/xaoyaoo/PyWxDump/blob/master/LICENSE" | ||
}, | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://github.com/xaoyaoo/PyWxDump/releases/download/v3.1.38/wxdump.exe", | ||
"hash": "a36f12220b76ca9311cfd2dda18c8263284dabd5cc0815d80a91fd628a38c0fb" | ||
} | ||
}, | ||
"bin": "wxdump.exe", | ||
"checkver": { | ||
"url": "https://api.github.com/repos/xaoyaoo/PyWxDump/releases", | ||
"regex": "(?sm)browser_download_url.*?/releases/download/v([\\d.]+)/(?<file>(?:py)?wxdump\\.exe)" | ||
}, | ||
"autoupdate": { | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://github.com/xaoyaoo/PyWxDump/releases/download/v$version/$matchFile" | ||
} | ||
} | ||
} | ||
} |