From 96317d82c4de2fefcdd295a275578e0c3154468d Mon Sep 17 00:00:00 2001 From: "R. van Twisk" Date: Thu, 26 Dec 2019 19:14:02 +0100 Subject: left incorrect option for macdeployqt in place --- macosx/make-app-bundle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx/make-app-bundle.sh') diff --git a/macosx/make-app-bundle.sh b/macosx/make-app-bundle.sh index a387d4a6..b58669e3 100755 --- a/macosx/make-app-bundle.sh +++ b/macosx/make-app-bundle.sh @@ -24,7 +24,7 @@ tmp="$(mktemp -d "/tmp/$APPNAME-tmp.XXXXXXX")" test $? -eq 0 || exit 1 # Add framework and other libraries -macdeployqt -ff "$install/$APPNAME.app" -libpath="$install/$APPNAME.app/Contents/MacOS" +macdeployqt "$install/$APPNAME.app" -libpath="$install/$APPNAME.app/Contents/MacOS" # Fixup dylib linker issues sh "$dir/install-fail-tool" "$install/$APPNAME.app/Contents/Frameworks" -- cgit v1.2.3