MacOS双开微信
作者:myluzh 分类: macOS 长度:259 阅读:473
访达-应用程序-自动操作
选择"新建应用程序"-"实用工具"-“运行shell脚本”
cd /Applications/WeChat.app/Contents/MacOS && nohup ./WeChat > nohup.out 2>&1 &
保存成此app到桌面,两次双击就是两个微信了。
作者:myluzh 分类: macOS 长度:259 阅读:473
选择"新建应用程序"-"实用工具"-“运行shell脚本”
cd /Applications/WeChat.app/Contents/MacOS && nohup ./WeChat > nohup.out 2>&1 &
保存成此app到桌面,两次双击就是两个微信了。