Skip to content

Commit

Permalink
Update macos_bundle.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzawa-san committed Nov 8, 2024
1 parent e62cbc0 commit 16cb88d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions macos_bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ EOM
cp build/src/gqrx Gqrx.app/Contents/MacOS
cp resources/icons/gqrx.icns Gqrx.app/Contents/Resources
PREFIX=$(brew --prefix)
echo "Using prefix ${PREFIX}"
MACDEPLOYQT6=${PREFIX}/opt/qt@6/bin/macdeployqt
cp ${PREFIX}/lib/SoapySDR/modules*/libPlutoSDRSupport.so Gqrx.app/Contents/soapy-modules
# NOTE: PlutoSDR is built locally, so it will not in the brew path
cp /usr/local/lib/SoapySDR/modules*/libPlutoSDRSupport.so Gqrx.app/Contents/soapy-modules
cp ${PREFIX}/lib/SoapySDR/modules*/libremoteSupport.so Gqrx.app/Contents/soapy-modules
chmod 644 Gqrx.app/Contents/soapy-modules/*

Expand Down

0 comments on commit 16cb88d

Please sign in to comment.