qt: use isELF and isMachO in wrapQtAppsHook
This commit is contained in:
parent
339eeda627
commit
ee33a90c56
@ -85,7 +85,7 @@ wrapQtAppsHook() {
|
||||
|
||||
find "$targetDir" ! -type d -executable -print0 | while IFS= read -r -d '' file
|
||||
do
|
||||
patchelf --print-interpreter "$file" >/dev/null 2>&1 || continue
|
||||
ifELF "$file" || isMachO "$file" || continue
|
||||
|
||||
if [ -f "$file" ]
|
||||
then
|
||||
|
Loading…
Reference in New Issue
Block a user