From d45e3d504e1f817d2bcef165759ff54b67e5f59e Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Tue, 22 Mar 2022 14:38:14 +0100 Subject: [PATCH] test --- resources/scripts/github-actions/build-linux-mac.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/scripts/github-actions/build-linux-mac.sh b/resources/scripts/github-actions/build-linux-mac.sh index ee91c5af6..5ded04639 100755 --- a/resources/scripts/github-actions/build-linux-mac.sh +++ b/resources/scripts/github-actions/build-linux-mac.sh @@ -98,7 +98,7 @@ else otool -L "RSS Guard.app/Contents/MacOS/rssguard" macdeployqt "RSS Guard.app" - curl "https://raw.githubusercontent.com/iltommi/macdeployqtfix/master/macdeployqtfix.py" -O "fix.py" + 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"