jordansissel / fpm

Effing package management! Build packages for multiple platforms (deb, rpm, etc) with great ease and sanity.
http://fpm.readthedocs.io/en/latest/
Other
11.17k stars 1.07k forks source link

Use icns file osxpkg packaging #2075

Open gaddlord opened 1 month ago

gaddlord commented 1 month ago

I have a app.icns file which I would like to use for my app.1.0.pkg Mac OS package.

I assumed I should use the -i app.icns parameter but it seems there is no such paramerter available.

Please recommend how I can assign an icon to .pkg file.