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

Unmount on Mac #12

Closed
nickpater opened this issue Jul 18, 2014 · 0 comments
Closed

Unmount on Mac #12

nickpater opened this issue Jul 18, 2014 · 0 comments
Milestone

Comments

@nickpater
Copy link

Hello! Great project, really useful!

I've had an issue with the unmount on my mac, because the application couldn't find the mounted dmg. So the application would just update to the latest mounted version (not the latest downloaded version).

I changed the line 'exec('hdiutil unmount ' + filename, function(err){' in updater.js:87 to 'exec('hdiutil unmount /Volumes/'+path.basename(filename, '.dmg'), function(err){' and that seems to solve the problem.

@edjafarov edjafarov added this to the 0.0.3 milestone Aug 20, 2014
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