diff --git a/EffortLog.pro b/EffortLog.pro index 5c00a8a..e997f28 100644 --- a/EffortLog.pro +++ b/EffortLog.pro @@ -25,7 +25,7 @@ lessThan(QT_VERSION, 5.0) { TARGET = effort-log macx:TARGET = EffortLog TEMPLATE = app -VERSION = 0.9.4 +VERSION = 0.9.5 DEFINES += APP_VERSION=\\\"$$VERSION\\\" QT += core gui widgets diff --git a/tools/mac_osx_deploy.sh b/tools/mac_osx_deploy.sh index a70e5d7..0192475 100755 --- a/tools/mac_osx_deploy.sh +++ b/tools/mac_osx_deploy.sh @@ -8,10 +8,6 @@ else mv "${TRAVIS_BUILD_DIR}"/build/release/EffortLog.dmg "${TRAVIS_BUILD_DIR}"/build/release/EffortLog_"$1"_osx.dmg otool -L "${TRAVIS_BUILD_DIR}"/build/release/EffortLog.app/Contents/MacOS/EffortLog elif [ "$2" = "crypt" ]; then - install_name_tool -id @executable_path/../Frameworks/libssl.1.0.0.dylib EffortLog.app/Contents/Frameworks/libssl.1.0.0.dylib - install_name_tool -id @executable_path/../Frameworks/libcrypto.1.0.0.dylib EffortLog.app/Contents/Frameworks/libcrypto.1.0.0.dylib - install_name_tool -change /usr/local/opt/openssl/lib/libssl.1.0.0.dylib @executable_path/../Frameworks/libssl.1.0.0.dylib EffortLog.app/Contents/MacOS/EffortLog - install_name_tool -change /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib @executable_path/../Frameworks/libcrypto.1.0.0.dylib EffortLog.app/Contents/MacOS/EffortLog /usr/local/opt/qt5/bin/macdeployqt "${TRAVIS_BUILD_DIR}"/build/release/EffortLog.app -always-overwrite -verbose=3 -appstore-compliant -dmg mv "${TRAVIS_BUILD_DIR}"/build/release/EffortLog.dmg "${TRAVIS_BUILD_DIR}"/build/release/EffortLog_"$1"_osx_encrypted.dmg otool -L "${TRAVIS_BUILD_DIR}"/build/release/EffortLog.app/Contents/MacOS/EffortLog