geeeeeeeeek / electronic-wechat

:speech_balloon: A better WeChat on macOS and Linux. Built with Electron by Zhongyi Tong.
MIT License
13.93k stars 2.72k forks source link

在raspbian可以用npm install和npm运行,但是打包不成功 #600

Open googol4u opened 6 years ago

googol4u commented 6 years ago

在raspbian可以用npm install和npm运行,但是打包不成功,如果运行npm run build:linux,打出来的包是x64的,如果可以支持一下arm linux就最好了。

rocka commented 6 years ago

https://github.com/geeeeeeeeek/electronic-wechat/blob/6e555e8fd7180b22a19add3b517fde567ff4be4b/scripts/build.sh#L30

此处的 $ARCH 设置为 armarmv7l 即可打包 linux arm 版本