Workflow correction for wayland AppImage generation #257
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.
I am adding a fix for the Wayland issue in the AppImage creation.
As we can just install the Qt5 libraries from official packages, I removed
jurplel/install-qt-action@v3and unified the Install Qt step for both x86_64 and aarch64. Addedqtwayland5to be installed for Wayland build.I removed
https://github.com/probonopd/linuxdeployqtfrom CI, as it breaks the Wayland builds and also adds base system libraries in the package (which the AppImage recommends excluding from packaging). Instead I usedhttps://github.com/linuxdeploy/linuxdeployand the qt pluginhttps://github.com/linuxdeploy/linuxdeploy-plugin-qt. It already excludes most base system libraries and I excluded some more base system libraries which it doesn't exclude.The build will likely work on most systems.