-
-
Notifications
You must be signed in to change notification settings - Fork 552
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
fix(installer): hdiutil output should be a string #423
Conversation
@malept thanks for working on this. I'm seeing a different error when attempting to install from a build of this branch:
|
Tried it with a few different repos that have DMGs and got the same result. |
Ah, I think I see the problem: The |
fa0e3ea
to
d58b029
Compare
@zeke I should have fixed the latest error, have another go at it when you have a chance. |
cross-spawn-promise returns stdout as a buffer. ISSUES CLOSED: #410
d58b029
to
2ccbb63
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works!
Summarize your changes:
cross-spawn-promise returns stdout as a buffer.
@zeke could you see if this fixes your problem? I'm kind of flying blind since I don't have a Mac.
Fixes #410.