diff --git a/osx/info.plist b/osx/info.plist index 4913a4e31..123c794ce 100644 --- a/osx/info.plist +++ b/osx/info.plist @@ -65,7 +65,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - @SHORT_VERSION@ + 1.7.0 CFBundleSignature toxq CFBundleURLTypes @@ -84,7 +84,7 @@ CFBundleVersion - @FULL_VERSION@ + 1.7.0 NSPrincipalClass NSApplication UTImportedTypeDeclarations diff --git a/osx/qTox-Mac-Deployer-ULTIMATE.sh b/osx/qTox-Mac-Deployer-ULTIMATE.sh index d9dcb5c22..baff70d13 100755 --- a/osx/qTox-Mac-Deployer-ULTIMATE.sh +++ b/osx/qTox-Mac-Deployer-ULTIMATE.sh @@ -216,11 +216,13 @@ update() { build() { fcho "------------------------------" fcho "Starting build process ..." - # update version info - cd $QTOX_DIR - fcho "Now working in ${PWD}" - fcho "Setting the version ..." - ./tools/update-versions.sh + if [[ $TRAVIS != true ]]; then + # update version info + cd $QTOX_DIR + fcho "Now working in ${PWD}" + fcho "Setting the version ..." + ./tools/update-versions.sh + fi rm -rf $BUILD_DIR rm -rf $DEPLOY_DIR