blue-nebula / base

Main repository of Blue Nebula, a fast-paced shooter with a unique parkour system. It is a fork of Red Eclipse and is free software.
https://blue-nebula.org
15 stars 6 forks source link

Support generation of NSIS installer with CPack #262

Closed TheAssassin closed 1 year ago

TheAssassin commented 1 year ago

Will be used in the release repository to generate proper installers.

voidanix commented 1 year ago

While you are at it, can you also:

The possibility of using CPACK_PACKAGE_ICON (instead of CPACK_NSIS_MUI_ICON) should also be explored, especially if it could be used by both NSIS and future installers for other platforms.

TheAssassin commented 1 year ago

Will do. Investigating the addition of DragNDrop support for macOS .dmg bundles, which makes use of some of these, too.

TheAssassin commented 1 year ago

For the record, I already evaluated CPACK_PACKAGE_ICON extensively, it doesn't replace CPACK_NSIS_MUI_ICON and breaks other stuff. I'd stay away from it.