diff --git a/macos/bundle_utils.sh b/macos/bundle_utils.sh index a14a1dd0..2116798a 100644 --- a/macos/bundle_utils.sh +++ b/macos/bundle_utils.sh @@ -26,7 +26,8 @@ bundle_is_not_to_be_installed() { if [ "$1" = "CFNetwork" ]; then echo 1; fi if [ "$1" = "SystemConfiguration" ]; then echo 1; fi if [ "$1" = "Security" ]; then echo 1; fi - if [ "$1" = "AppleFSCompression" ]; then echo 1; fi + if [ "$1" = "AppleFSCompression" ]; then echo 1; fi + if [ "$1" = "libsdrplay_api.so.3.14" ]; then echo 1; fi } # ========================= FOR INTERNAL USE ONLY =========================