Hacker News new | ask | show | jobs
by sdevonoes 1910 days ago
Nice app. Based on the source code (https://github.com/nikolaeu/numi) it's not clear to me how the .dmg is built. Is it explained somewhere?
2 comments

Not the app author, but I built a Mac app recently and found node-appdmg to be a pretty simple way to create the .dmg: https://github.com/LinusU/node-appdmg
It doesn't look like it's fully open source. I'm just seeing community extensions and the Alfred plugin on the github page.