Results 11 comments of wukuy

```bash 成功 删除旧文件夹 cp: cannot stat '/tmp/wxdt_xsp/wechat_web_devtools_1.03.2011120_x64/$APPDATA/Tencent/微信开发者工具/package.nw': No such file or directory 失败 command: cp at ./bin/update_package_nw.sh:1 at 拷贝微信开发者工具 ``` 报错改下脚本 ```bash sudo vim ./bin/update_package_nw.sh ``` ```bash wcwd_file_target="$tmp_dir/wechat_web_devtools_${wechat_v}_x64" # wcwd_file_package_nw_dir="\$APPDATA/Tencent/微信开发者工具/package.nw"...

一样的问题, 希望能修复下

+ 回退到上一版本 wget https://com-store-packages.uniontech.com/appstore/pool/appstore/c/com.qq.weixin.deepin/com.qq.weixin.deepin_3.2.1.154deepin14_i386.deb 安装 ```bash sudo dpkg -i com.qq.weixin.deepin_3.2.1.154deepin14_i386.deb ``` + 暂时不自动升级deepin wechat: ```bash sudo apt-mark hold com.qq.weixin.deepin ``` + 等修复后需要升级的话: ```bash sudo apt-mark unhold com.qq.weixin.deepin ``` 有用, 感谢...

> > sudo dpkg -i com.qq.weixin.deepin_3.2.1.154deepin14_i386.deb > > 先按照github步骤1,2,3安装旧版本后,按照命令完后,怎么找不到微信的启动程序呢 不需要卸载微信,覆盖就行,既然卸载了,重新下电脑,启动图标就有了。 认真看下readme,也有说这个问题 ![image](https://user-images.githubusercontent.com/26781738/153811991-40f074f2-cfac-4907-874f-5f9b5d27fc39.png)

> > * 回退到上一版本 > > wget https://com-store-packages.uniontech.com/appstore/pool/appstore/c/com.qq.weixin.deepin/com.qq.weixin.deepin_3.2.1.154deepin14_i386.deb > > > > 安装 > > ```shell > > sudo dpkg -i com.qq.weixin.deepin_3.2.1.154deepin14_i386.deb > > ``` > > > > >...