LinusU / node-appdmg

💾 Generate your app dmgs
MIT License
1.67k stars 151 forks source link

Adding "clickable" URL to the installer #196

Open JakoobCZ opened 3 years ago

JakoobCZ commented 3 years ago

Is there any possibility to add a link to the installer? My installer is currently too big and I would like to move some files (examples) away and let the users know, they can download them separately from the server.

I've checked the documentation, but it seems I can add only plain text.

Thanks :)

LinusU commented 3 years ago

You should be able to do this by adding a webloc file to your dmg, something like:

{ "x": 192, "y": 344, "type": "file", "path": "Download Files.webloc" }