Skip to content

Commit bd7ba1f

Browse files
authored
deploy qml
1 parent 4c78956 commit bd7ba1f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

make-appimage.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ export DESKTOP=/usr/share/applications/org.kde.filelight.desktop
1414
# Deploy dependencies
1515
quick-sharun /usr/bin/filelight
1616

17-
# Additional changes can be done in between here
17+
# TODO remove me once qml deployment is improved
18+
for lib in $(find ./AppDir/lib/qt6/qml -type f -name '*.so*'); do
19+
ldd "$lib" | awk -F"[> ]" '{print $4}' | xargs -I {} cp -vn {} ./AppDir/lib || :
20+
done
1821

1922
# Turn AppDir into AppImage
2023
quick-sharun --make-appimage

0 commit comments

Comments
 (0)