mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-21 15:14:13 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user