qt6.wrapQtAppsHook: fix: also wrap scripts
This commit is contained in:
parent
051b5b6a2c
commit
38262f960f
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user