-
Notifications
You must be signed in to change notification settings - Fork 76
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
Having trouble unzipping mac app (atom shell) #43
Comments
The problem is that none of these unzip libs preserve the executive permissions. Similar issue with workaround: sindresorhus/gulp-zip#38 |
I created a diff repo between output from |
Same issue led me to this PR: #32 |
@szwacz Thats amazing! Really excited! |
@reggi did you find any module that works? |
@brian-mann Sorry I don't remember where I last left off. |
@brian-mann I think the root of my particular issue was codesigning. |
I'm attempting to unzip the darwin mac app for atom shell .
I've tried a ton of npm modules as well as issued some bugs but no response.
Every time I try to unzip the atom shell app with node / programmatically I get this error.
I opened up mac
Console
and can see it logs the following when I try to run:I was really happy to see that this library had support for symlinks, and it seems to look as it they are working working. However the app still won't open. Thoughts?
The text was updated successfully, but these errors were encountered: