Fix case of libs folder on MacOS

This commit is contained in:
Clayton Smith 2021-04-07 20:49:02 -04:00
parent 4ec66b2747
commit 6fce5aae8a
2 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,7 @@ cp resources/icons/gqrx.icns Gqrx.app/Contents/Resources
cp -r /usr/local/lib/SoapySDR/modules* Gqrx.app/Contents/soapy-modules
chmod 644 Gqrx.app/Contents/soapy-modules/*
dylibbundler -s /usr/local/opt/icu4c/lib/ -od -b -x Gqrx.app/Contents/MacOS/gqrx -x Gqrx.app/Contents/soapy-modules/libremoteSupport.so -d Gqrx.app/Contents/Libs/
dylibbundler -s /usr/local/opt/icu4c/lib/ -od -b -x Gqrx.app/Contents/MacOS/gqrx -x Gqrx.app/Contents/soapy-modules/libremoteSupport.so -d Gqrx.app/Contents/libs/
ln -s /usr/local/opt/python@3.9/Frameworks/Python.framework /usr/local/opt/python@3.9/lib/Python.framework
/usr/local/opt/qt@5/bin/macdeployqt Gqrx.app -dmg -no-strip -always-overwrite
mv Gqrx.dmg Gqrx-$GQRX_VERSION.dmg

View File

@ -2,6 +2,7 @@
2.15.5: In progress...
NEW: Added SoapyRemote to AppImage and DMG releases.
FIXED: Compatibility with case-sensitive filesystems on MacOS.
2.14.4: Released December 28, 2020