Skip to content
ubuntu安装微信
2025年3月13日 root

echo "install wine" sudo apt install wine

echo "install winetricks" sudo apt install winetricks winetricks riched20 winetricks fakechinese

echo "change to win10" winecfg

echo "install weichart" env LANG="zh_CN.UTF-8" wine WeChatSetup.exe

echo "install front" echo "LANG=zh_CN.UTF-8" >> ~/.local/share/applications/wine/Programs/微信/微信.desktop

echo "restart system"

Last updated: