Browse Source

fix(build): avoid version checking where unnecessary

reviewable/pr4108/r5
vit9696 9 years ago committed by vit9696
parent
commit
bf8b23e373
  1. 8
      osx/qTox-Mac-Deployer-ULTIMATE.sh

8
osx/qTox-Mac-Deployer-ULTIMATE.sh

@ -216,14 +216,6 @@ update() { @@ -216,14 +216,6 @@ update() {
build() {
fcho "------------------------------"
fcho "Starting build process ..."
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
mkdir $BUILD_DIR

Loading…
Cancel
Save