下载

https://github.com/dragonation/wechat-devtools

有点慢,自己想办法

安装deepin-wine

wget -O- https://deepin-wine.i-m.dev/setup.sh | sh

解压

sudo mkdir /opt/wxdt && sudo tar -zxvf wechat-devtools-1.03.2009140.tar.gz -C /opt/wxdt
sudo ln -s /opt/wxdt/bin/wechat-devtools /usr/bin/wd

创建图标

sudo vim ~/.local/share/applications/wedt.desktop

写入

[Desktop Entry]
Encoding=UTF-8
Name=WechatDevelopTools
Exec=wd
Icon=/opt/wxdt/res/icons/wechat-devtools.png
Terminal=false
Type=Application
Categories=Development;

如果编译错误,请安装wine

sudo apt-get install wine1.6

Ubuntu安装微信开发者工具Deepin-wine平台

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-26
  • 2022-12-23
  • 2021-12-05
  • 2021-10-04
  • 2021-10-31
  • 2021-12-10
猜你喜欢
  • 2021-06-28
  • 2022-12-23
  • 2021-06-15
  • 2022-12-23
  • 2022-12-23
  • 2021-08-24
  • 2022-12-23
相关资源
相似解决方案