From 96ec7e9fa3ecb8aa2af716e6c78814100a1075fe Mon Sep 17 00:00:00 2001 From: Eberhard Graether Date: Thu, 21 Apr 2016 23:14:38 +0200 Subject: [PATCH] build: updated Mac bundle script to Qt 5.6 --- setup/MacOSX/bundle_install.sh.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup/MacOSX/bundle_install.sh.in b/setup/MacOSX/bundle_install.sh.in index 9bfd68d6..c05b7e97 100755 --- a/setup/MacOSX/bundle_install.sh.in +++ b/setup/MacOSX/bundle_install.sh.in @@ -30,7 +30,7 @@ VERSION_STRING="${VERSION_STRING%_*}" PACKAGE_DIR=${BUNDLE_NAME}_${VERSION_STRING} QT_DIR="@MACOSX_QT_DIR@" -QT_FRAMEWORK_PATHS=(/Users/ebsi/Documents/Qt/5.5/clang_64/lib/QtDBus.framework/Versions/5/QtDBus @MACOSX_QT_FRAMEWORKS@) +QT_FRAMEWORK_PATHS=(/Users/ebsi/Documents/Qt/5.6/clang_64/lib/QtDBus.framework/Versions/5/QtDBus @MACOSX_QT_FRAMEWORKS@) if [ ! -x "$APP_NAME" ] then @@ -219,9 +219,9 @@ iconutil -c icns -o $RES_DIR/project.icns $ICON_SET # echo -e $INFO "Obfuscate binary" # upx -1 $APP_PATH -upx --best $APP_PATH +# upx --best $APP_PATH # echo -e $INFO "create DMG" -hdiutil create ${PACKAGE_DIR}.dmg -volname ${PACKAGE_DIR} -srcfolder ${PACKAGE_DIR} +# hdiutil create ${PACKAGE_DIR}.dmg -volname ${PACKAGE_DIR} -srcfolder ${PACKAGE_DIR} echo -e $SUCCESS "Installed bundle successfully!"