Skip to content

Commit

Permalink
ensure qt6 is properly set
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilNarayana committed Feb 13, 2024
1 parent 340a878 commit 944c157
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ rm -rf ./AppDir/
mkdir -p ${APPDIR_HOOKS}
cp Data/linux-env.sh ${APPDIR_HOOKS}

# Ensure qt6 is properly set
qtchooser -install qt6 $(which qmake6)
export QT_SELECT=qt6

# Build the AppDir directory for this image
mkdir -p AppDir
./Tools/linuxdeploy \
Expand Down

0 comments on commit 944c157

Please sign in to comment.