From 7a4601f9c059cee8fc01a1c7682c8fd30512eeee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Lalinsk=C3=BD?= Date: Sun, 19 Feb 2017 19:30:38 +0100 Subject: [PATCH] Fix version number in the Windows installer' It should be the full version with current time for master builds, short version for tags. --- scripts/package-win.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/package-win.bat b/scripts/package-win.bat index fe260af83..7f5b4f2a8 100644 --- a/scripts/package-win.bat +++ b/scripts/package-win.bat @@ -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