LinusU / node-appdmg

💾 Generate your app dmgs
MIT License
1.7k stars 152 forks source link

defining a path on a file will cause an exception #124

Closed neilb14 closed 8 years ago

neilb14 commented 8 years ago

Just noticed an error in the docs with respect to the latest version. Hope I'm submitting the PR correctly, I don't do this very often.

LinusU commented 8 years ago

I actually think that the path is required, how else will appdmg now what file to place in the resulting image?

neilb14 commented 8 years ago

Sorry - my mistake! After reviewing the code looks like you're right. There was some black magic in a project using node-appdmg which inferred the .app filename and I assumed it was a change in this project.