diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 87a4240bf..34200cfe4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -326,8 +326,11 @@ jobs: wget -c https://github.com/$(wget -q https://github.com/probonopd/go-appimage/releases/expanded_assets/continuous -O - | grep "appimagetool-.*-x86_64.AppImage" | head -n 1 | cut -d '"' -f 2) chmod +x appimagetool-*.AppImage + echo Show QTDIR ls $QTDIR + echo Show QTDIR plugins ls $QTDIR/plugins + echo Show QTDIR plugins platforms ls $QTDIR/plugins/platforms QTDIR=$QTDIR ./appimagetool-*.AppImage -s deploy ./AppDir/usr/share/applications/*.desktop --appimage-extract-and-run # Bundle EVERYTHING diff --git a/pack/CMakeLists.txt b/pack/CMakeLists.txt index 5dc1611a1..3a437f62e 100644 --- a/pack/CMakeLists.txt +++ b/pack/CMakeLists.txt @@ -24,7 +24,7 @@ else() set(INSTALL_LIBDIR ${CONTENTS_DIR}) endif() -if(FLATPAK) +if(FLATPAK OR UNIX) qt_import_plugins(gittyup INCLUDE ${QT_PLUGINS}) elseif(NOT USE_SYSTEM_QT) foreach(QT_PLUGIN ${QT_PLUGINS}) @@ -153,7 +153,7 @@ if(UNIX AND NOT APPLE) WORLD_READ WORLD_EXECUTE COMPONENT ${GITTYUP_NAME} - RENAME ${LIB_NAME}.so.5) + RENAME ${LIB_NAME}.so.6) endif() # Install SSL libraries.