qt6.wrapQtAppsHook: fix: also wrap scripts

This commit is contained in:
Milan Hauth 2022-07-14 12:04:33 +02:00
parent 051b5b6a2c
commit 38262f960f

View File

@ -85,8 +85,6 @@ wrapQtAppsHook() {
find "$targetDir" ! -type d -executable -print0 | while IFS= read -r -d '' file
do
isELF "$file" || isMachO "$file" || continue
if [ -f "$file" ]
then
echo "wrapping $file"