fix(build-appimage): don't fail if qt6 is already selected

This commit is contained in:
Nikhil Narayana 2025-02-20 11:36:30 -08:00
commit 38f0dfff47
No known key found for this signature in database
GPG key ID: 4D3595213C1AEAD2

View file

@ -54,7 +54,7 @@ mkdir -p ${APPDIR_HOOKS}
cp Data/linux-env.sh ${APPDIR_HOOKS} cp Data/linux-env.sh ${APPDIR_HOOKS}
# Ensure qt6 is properly set # Ensure qt6 is properly set
qtchooser -install qt6 $(which qmake6) qtchooser -install qt6 $(which qmake6) || true
export QT_SELECT=qt6 export QT_SELECT=qt6
# Build the AppDir directory for this image # Build the AppDir directory for this image