下載(我的系統是32 位的)
root@marhal:/opt# wget https://github.com/geeeeeeeeek/electronic-wechat/releases/download/V2.0/linux-ia32.tar.gz
解壓
root@marhal:/opt# tar xvf linux-ia32.tar.gz
下載微信圖標
移動到解壓目錄
root@marhal:/home/marhal/下載# mv wechat.ico /opt/electronic-wechat-linux-ia32/
創建編輯鏈接
root@marhal:/opt# sudo gedit /usr/share/applications/wechat.desktop
寫入內容
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Name=wechat
GenericName=wechat
Exec=/opt/electronic-wechat-linux-ia32/electronic-wechat
Terminal=false
Icon=/opt/electronic-wechat-linux-ia32/wechat.ico
Type=Application
Comment=wechat_web
Categories=Application;
可執行文件
root@marhal:/usr/share/applications# chmod +x wechat.desktop
打開/usr/share/application,找到wechat.desktop 復制粘貼到桌面就可以了