Currently I have to change the packagerConfig.icon property manually depending on what platform I am building for. osx requires a icns file and windows requires a .ico file. It would
be nice if there were a solution to build against both platforms without having to manually alter the config file.
A config solution that will allow building either a mac or windows app without having to manually change the packagerConfig.icon property
Per the Packager icon documentation:
If the file extension is omitted, it is auto-completed to the correct extension based on the platform
Most helpful comment
Per the Packager
icondocumentation: