top-bettercode / docker-wechat

微信 docker 镜像
https://hub.docker.com/r/bestwu/wechat/
486 stars 69 forks source link

升级微信版本 #42

Closed Lucas-Wye closed 3 years ago

Lucas-Wye commented 3 years ago

目前的版本是2.6,作者有没有在考虑升级版本?

jicki commented 3 years ago

可以自己测试一下升级~

FreezeSoul commented 3 years ago

docker exec -it wechat bash mkdir /tmp/wechat cd /tmp/wechat wget https://dldir1.qq.com/weixin/Windows/WeChatSetup.exe su wechat env WINEPREFIX=/home/wechat/.deepinwine/Deepin-WeChat deepin-wine WeChatSetup.exe

zineos commented 3 years ago

@FreezeSoul 我试过了,显示系统不支持该版本微信,然后让下载系统可用版本

FreezeSoul commented 3 years ago

最新版的3.3.0 应该是不支持xp了,deepin-wine默认应该是xp,你可以找找3.3.0之前的版本 https://weixin.qq.com/cgi-bin/readtemplate?t=weixin_faq_list

Mrli2016 commented 2 years ago

docker exec -it wechat bash mkdir /tmp/wechat cd /tmp/wechat wget https://dldir1.qq.com/weixin/Windows/WeChatSetup.exe su wechat env WINEPREFIX=/home/wechat/.deepinwine/Deepin-WeChat deepin-wine WeChatSetup.exe

根据你说的我去试了下,最新可以更新到3.2.1版本

docker exec -it wechat bash
mkdir /tmp/wechat
cd /tmp/wechat
wget https://dldir1.qq.com/weixin/Windows/WeChat_for_XP_SP3_To_Vista.exe
su wechat
env WINEPREFIX=/home/wechat/.deepinwine/Deepin-WeChat deepin-wine WeChat_for_XP_SP3_To_Vista.exe