mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-27 14:23:18 +03:00
Make build-mac.sh get VERSION from compute-version.py
This commit is contained in:
parent
bbe901585d
commit
1221f2b57d
@ -8,7 +8,7 @@ export PATH="/usr/local/opt/qt/bin:$PATH"
|
||||
PY_VERSION="3.6.3"
|
||||
APP_DIR=yubioath-desktop.app
|
||||
|
||||
VERSION=${1:-$TRAVIS_BRANCH}
|
||||
VERSION=${TRAVIS_BRANCH:-$(python3 compute-version.py yubioath-desktop-)}
|
||||
|
||||
qmake
|
||||
make
|
||||
|
Loading…
Reference in New Issue
Block a user