1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

fix(build): avoid version checking where unnecessary

This commit is contained in:
vit9696 2017-02-04 14:45:22 +03:00 committed by vit9696
parent 68b2d5e179
commit bf8b23e373

View File

@ -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