Skip to content

Commit

Permalink
Prevent error while manually deploying libqgtk3.so
Browse files Browse the repository at this point in the history
  • Loading branch information
cbjeukendrup committed Sep 15, 2024
1 parent 8a27ea9 commit 5906de1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildscripts/ci/linux/tools/make_appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ linuxdeploy-plugin-qt --appdir "${appdir}" # adds all Qt dependencies

# At an unknown point in time, the libqgtk3 plugin stopped being deployed
if [ ! -f ${appdir}/plugins/platformthemes/libqgtk3.so ]; then
mkdir -p ${appdir}/plugins/platformthemes
cp ${QT_PATH}/plugins/platformthemes/libqgtk3.so ${appdir}/plugins/platformthemes/libqgtk3.so
fi

Expand Down

0 comments on commit 5906de1

Please sign in to comment.