From 8d3cd5df5c99beedce5ad8480558dc571324ec44 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Tue, 22 Mar 2022 14:58:09 +0100 Subject: [PATCH] revert --- resources/scripts/github-actions/build-linux-mac.sh | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/resources/scripts/github-actions/build-linux-mac.sh b/resources/scripts/github-actions/build-linux-mac.sh index 5ded04639..3d88a3466 100755 --- a/resources/scripts/github-actions/build-linux-mac.sh +++ b/resources/scripts/github-actions/build-linux-mac.sh @@ -94,14 +94,10 @@ if [ $is_linux = true ]; then fi else # Fix .dylib linking. - #install_name_tool -change "librssguard.dylib" "@executable_path/librssguard.dylib" "RSS Guard.app/Contents/MacOS/rssguard" - otool -L "RSS Guard.app/Contents/MacOS/rssguard" - macdeployqt "RSS Guard.app" + install_name_tool -change "librssguard.dylib" "@executable_path/librssguard.dylib" "RSS Guard.app/Contents/MacOS/rssguard" - curl "https://raw.githubusercontent.com/iltommi/macdeployqtfix/master/macdeployqtfix.py" -o "fix.py" - - python fix.py "RSS Guard.app/Contents/MacOS/rssguard" "$QTPATH/$QTVERSION/clang_64" otool -L "RSS Guard.app/Contents/MacOS/rssguard" + macdeployqt "./RSS Guard.app" -dmg # Rename DMG. set -- *.dmg