Fix version number in the Windows installer'

It should be the full version with current time for master builds,
short version for tags.
This commit is contained in:
Lukáš Lalinský
2017-02-19 19:30:38 +01:00
parent ddc6b44d7e
commit 7a4601f9c0

View File

@@ -26,7 +26,7 @@ set PATH=%CI_PROJECT_DIR%\e\scripts;%PATH%
pip install mutagen==%MUTAGEN_VERSION%
pip install discid==%PYTHON_DISCID_VERSION%
if NOT "%CI_BUILD_TAG%" == "" python setup.py patch_version --platform=win
if "%CI_BUILD_TAG%" == "" python setup.py patch_version --platform=win
rmdir /S /Q dist build locale
python setup.py clean