Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux下编译wxml问题 #39

Open
xiangzhai opened this issue Sep 23, 2016 · 0 comments
Open

Linux下编译wxml问题 #39

xiangzhai opened this issue Sep 23, 2016 · 0 comments

Comments

@xiangzhai
Copy link

Cannot open wcc.exe

workaround解决办法:

  • 修改package.nw/app/dist/weapp/trans/transWxmlToJs.js替换wcc.exe字符串为wcc.sh
  • 在$HOME/.config/微信web开发者工具/WeappVendor/下添加wcc.sh,内容如下:
#!/bin/bash 
wine $HOME/.config/微信web开发者工具/WeappVendor/wcc.exe $@

wine wcc.exe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant