Compare commits

...

2 Commits

Author SHA1 Message Date
A lucky guy
8ca39fe989
Update destVersionRelease.sh 2023-06-12 16:07:11 +08:00
A lucky guy
4a5304a1a4
Update README.md 2023-06-12 16:06:50 +08:00
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,9 @@
# wechat-windows-versions
收集 Windows 微信版本并保存
相关项目: [Mac微信收集](https://github.com/zsbai/wechat-versions)
相关项目:
* [Mac微信收集](https://github.com/zsbai/wechat-versions)
* [WindowsX86 版本收集(目前仅含23年6月12日后的)](https://github.com/tom-snow/wechat-windows-versions-x86)
## 目录结构
```shell

View File

@ -28,7 +28,7 @@ function login_gh() {
printf "#%.0s" {1..60}
echo
if [ -z $GHTOKEN ]; then
>&2 echo -e "\033[1;31mMissing Github Token! Please get a BotToken from 'Github Settings->Developer settings->Personal access tokens' and set it in Repo Secrect\033[0m"
>&2 echo -e "\033[1;31mMissing Github Token! Please get a GHToken from 'Github Settings->Developer settings->Personal access tokens' and set it in Repo Secrect\033[0m"
exit 1
fi