mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-21 01:40:22 +00:00
fix(build-appimage): don't fail if qt6 is already selected
This commit is contained in:
parent
8885b4d0be
commit
38f0dfff47
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ mkdir -p ${APPDIR_HOOKS}
|
|||
cp Data/linux-env.sh ${APPDIR_HOOKS}
|
||||
|
||||
# Ensure qt6 is properly set
|
||||
qtchooser -install qt6 $(which qmake6)
|
||||
qtchooser -install qt6 $(which qmake6) || true
|
||||
export QT_SELECT=qt6
|
||||
|
||||
# Build the AppDir directory for this image
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue