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:
parent
68b2d5e179
commit
bf8b23e373
|
@ -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…
Reference in New Issue
Block a user