Skip to content

Commit 7adb555

Browse files
committed
Fix Linux CI build for Qt 6.10
1 parent 9d6f82a commit 7adb555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/linux/make-starc-app-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ cp -R $FLATHUB_DIR $APP_IMAGE_DIR
3333
#
3434
wget -c -nv "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage" -O linuxdeployqt
3535
chmod a+x linuxdeployqt
36-
./linuxdeployqt appdir/starc -no-copy-copyright-files -no-translations -always-overwrite -exclude-libs=libqsqlmimer -extra-plugins=platforms,wayland-decoration-client,wayland-graphics-integration-client,wayland-shell-integration -executable=appdir/plugins/libcoreplugin.so -appimage
36+
./linuxdeployqt appdir/starc -no-copy-copyright-files -no-translations -always-overwrite -exclude-libs=libqsqlmimer,libqsqloci -extra-plugins=platforms,wayland-decoration-client,wayland-graphics-integration-client,wayland-shell-integration -executable=appdir/plugins/libcoreplugin.so -appimage
3737
mv *.AppImage starc-setup.AppImage

0 commit comments

Comments
 (0)