-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
【bug】微信登录之后提示,版本过低,不能使用,麻烦帮忙看看 #226
Comments
同~ |
I'd love to accept a PR to update that. |
@alex-oos 麻烦问下解决了吗?求方法 |
没有解决,我也是一直等着呢,到现在都没更新镜像 |
I would be willing to submit a PR, from what I can gather it's just a modifcation of ce22fb1 but with bumped numbers to the latest 3.9.11 which is mostly straightforward enough, except for the part where it also needs to access a file on the releases page which I can't update with just a PR. Inspection of the home.tgz files tell me it's the windows installation exe and the wine installation directory bundled togethor. Honestly, the PR seems like the easy half of the required change to resolve this, I suspect github file size limits won't let me directly give you a home.tgz file so would have to find another method, and I don't know how much value I'm actually providing if I'm just bumping some version numbers in a pr and having you do the heavy lifting of doing the installation and making the home.tgz file on your end. |
@Davidy22 Hi, thanks for sharing your PR ideas. The home.tgz is a workaround for getting all installed files of the WeChat. I always think it would be great if the system could install the latest WeChat by downloading it from the official server and then install it using Wine, during the Please let me know if you'd like to implement it. If so, I'd love to share more. |
I did a test run of just installing wechat via wine and I've forgotten some amount of it but I think I remember there was a click through a GUI during the setup, haven't automated wine installations before, not sure how it'd work but it certainly would be nice if it did work. |
@huan Could you release a new version of home.tgz for the latest version of WeChat? |
@lihk11 release the new version of home.tgz is a workaround and I don't think I have time to do that. I'd love to accept a community-provided tgz file, however, it's not possible because there's no way to verify the pureness and cleaners of the tgz file. So let's focus on how to install the WeChat during the |
Been doing some research, looks like someone else has a library of dockerfiles that demonstrate GUI installation so sometime when I have the time I could take a look and see how this jessfraz does things and try to use that for the wechat installer. To note, his repo even has a weechat directory, though I think that's a substantially different thing from wechat. |
这个可以用:https://blog.csdn.net/nnKevi/article/details/131918429 |
The text was updated successfully, but these errors were encountered: