dragonation / wechat-devtools

Wechat Dev Tools on Linux GNOME
MIT License
193 stars 25 forks source link

请问mewchan在deepin或者ubuntu中如何配置,或者是mew_js如何搭建? #23

Open simple890921 opened 4 years ago

simple890921 commented 4 years ago

请问mewchan在deepin或者ubuntu中如何配置,或者是mew_js如何搭建?

tidjean commented 4 years ago

this is how I did it :

mkdir mewchan cd /opt/mewchan sudo wget https://www.mewchan.com/dists/runtime.mixed.linux.x86_64.200826.0ilw.zip unzip runtime.mixed.linux.x86_64.200826.0ilw.zip

Then I replaced the first line "#!/usr/bin/env mew_js" files in the "tools" folder by "#!/opt/mewchan/bin/mew_js"

I know it's not the way the author want us to do, but it works fine for me.

这是我的方法:

麦克迪尔·梅尚 cd / opt / mewchan sudo wget https://www.mewchan.com/dists/runtime.mixed.linux.x86_64.200826.0ilw.zip unzip runtime.mixed.linux.x86_64.200826.0ilw.zip

然后,我将“工具”文件夹中的第一行“#!/ usr / bin / env mew_js”文件替换为“#!/ opt / mewchan / bin / mew_js”

我知道这不是作者想要我们做的方式,但是对我来说很好。