Added build date in Chatterino title for all platforms of CI.

This commit is contained in:
23rd
2019-08-12 10:32:26 +03:00
parent e56c90c33d
commit f24cad5fd7
2 changed files with 7 additions and 3 deletions
+3 -1
View File
@@ -28,7 +28,9 @@ build_script:
conan install ..
qmake ../chatterino.pro DEFINES+="CHATTERINO_NIGHTLY_VERSION_STRING=\\\"$$system(git describe --always)-$$system(git rev-list master --count)\\\""
set dateOfBuild=%date:~7,2%.%date:~4,2%.%date:~10,4%
qmake ../chatterino.pro DEFINES+="CHATTERINO_NIGHTLY_VERSION_STRING=\\\"'$s%dateOfBuild% '$$system(git describe --always)-$$system(git rev-list master --count)\\\""
set cl=/MP