macOS packaging: fix library paths in all executables

Needed since even the command-line utilities use Qt.

Fixes #3161.
This commit is contained in:
Moritz Bunkus 2021-07-10 18:28:49 +02:00
parent 8d08c82c6e
commit 96a013f4ae
No known key found for this signature in database
GPG Key ID: 74AF00ADF2E32C85

View File

@ -584,7 +584,7 @@ EOF
for plugin (audio mediaservice platforms playlistformats styles) cp -v -R ${TARGET}/plugins/${plugin} ${dmgmac}/
${SCRIPT_PATH}/fix_library_paths.sh ${dmgmac}/**/*.dylib(.) ${dmgmac}/{mkvinfo,mkvtoolnix-gui}
${SCRIPT_PATH}/fix_library_paths.sh ${dmgmac}/**/*.dylib(.) ${dmgmac}/{mkvmerge,mkvinfo,mkvextract,mkvpropedit,mkvtoolnix-gui}
if [[ -n ${SIGNATURE_IDENTITY} ]]; then
typeset -a non_executables