Resolve "Deliver app as AppImage on Linux"
This MR adds a new target appimage
to the build, which can be used to create an AppImage of the app:
mkdir build
cd build
cmake ..
make
make appimage
Open issues:
-
The created AppImage crashes on start. -
The linuxdeployqt tool seems to always exit with a status code unequal to zero, which stops the build (this is okayish as long as the appimage
target is the last to be build).
Closes #96 (closed)