mirror of
https://github.com/zsbai/wechat-versions.git
synced 2026-05-13 07:16:43 +00:00
21 lines
701 B
Markdown
21 lines
701 B
Markdown
# wechat-For-Mac-versions
|
|
收集 Mac 微信版本并保存
|
|
|
|
## 目录结构
|
|
```shell
|
|
├── README.md # 自述文件
|
|
├── WeChatSetup # 微信安装包临时目录
|
|
│ └── temp # 临时目录
|
|
└── scripts # 脚本目录
|
|
├── destVersionRelease.sh # 获取安装包及取得版本号与 hash 值的脚本
|
|
└── notify.sh # 新release 时调用通知的脚本
|
|
```
|
|
|
|
## 说明
|
|
项目使用 Github Action 自动下载微信最新版本安装包计算 Hash 值并推送至仓库。
|
|
|
|
|
|
各版本更新日志可参见 [changelog](https://weixin.qq.com/cgi-bin/readtemplate?lang=zh_CN&t=weixin_faq_list&head=true)
|
|
|
|
*如有问题/侵权,请直接提交 issue 告知。*
|