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

mac模版导入失败checkTempUnzipSuccess方法始终返回0 #238

Open
zenonux opened this issue Oct 31, 2020 · 3 comments
Open

mac模版导入失败checkTempUnzipSuccess方法始终返回0 #238

zenonux opened this issue Oct 31, 2020 · 3 comments

Comments

@zenonux
Copy link

zenonux commented Oct 31, 2020

mac下压缩zip会携带.DS_Store,导致解压的时候出现__MACOSX文件夹,然后checkTempUnzipSuccess就一直返回0了
详细图片

@doramart
Copy link
Owner

doramart commented Nov 8, 2020

压缩的时候可以排除 DS_Store 文件,我这里也做兼容

@doramart
Copy link
Owner

doramart commented Nov 8, 2020

看图片,你多了一层文件夹

@zenonux
Copy link
Author

zenonux commented Nov 9, 2020

压缩的时候可以排除 DS_Store 文件,我这里也做兼容

mac 压缩的时候默认的zip工具就会携带DS_Store,需要用第三方的工具才能不包含,这样就挺麻烦了。不清楚unix通用的tar.gz会不会有问题,应该不会,这样windows压缩下成tar.gz格式是不是麻烦了?

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

2 participants