AppImage runtime scripts rewrite (now functional on Steam Deck!)

This commit is contained in:
spectranator
2025-04-06 21:32:47 +02:00
parent e52e4ca429
commit 2384d30c2a
13 changed files with 19 additions and 73 deletions

View File

@@ -70,7 +70,8 @@ if [ $QTFOUND == "true" ]; then
# Copy QT dependency folders, path determined above
echo "Copying Qt dependencies..."
cp -rv "$QTDIR"/{imageformats,platforms,platformthemes,xcbglintegrations} ./build/
mkdir ./build/qt5
cp -rv "$QTDIR"/{imageformats,platforms,platformthemes,xcbglintegrations} ./build/qt5/
# Discover indirect dependencies (mostly from runtime-loaded Qt plugins)
echo "Copying extra dependencies..."