Installation and packaging improvements, added GHA release package workflows #116
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is a long-running project finally being (almost) done: creating proper installation layouts for the application on all major operating systems and add packaging configurations to create useable packages or installers which can be released without further modifications.
Where applicable, the application will now have a proper icon and OS start menu shortcuts.
The only thing missing here is a proper installer for Windows, as using WIX doesn't work due to path length limitations, which always trigger when trying to package any presets into the MSI installer. This is a remaining to-do item: adding a proper NSIS CPack configuration instead.
On macOS, the PKG installer and the app itself are currently not signed, as we lack a Developer ID for projectM. This may change in the future if we offer regular, official releases. So for now, the quarantine bit must be removed manually via
xattrprior to running the installer or Gatekeeper will refuse to run it.