From 94a31fe6306e4a51e2f8914c5d1c6c9ac21dbb99 Mon Sep 17 00:00:00 2001 From: Ted John Date: Sat, 27 Aug 2016 13:54:19 +0100 Subject: [PATCH] Set correct version text for upload filenames --- openrct2.proj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/openrct2.proj b/openrct2.proj index edc667dc4b..ffee1c1c29 100644 --- a/openrct2.proj +++ b/openrct2.proj @@ -18,6 +18,9 @@ 0.0.5 + -$(GIT_BRANCH)-$(GIT_COMMIT_SHA1_SHORT) + $(GIT_TAG) + -$(GIT_TAG) 9 $(COMPUTERNAME) @@ -52,7 +55,7 @@ $(ArtifactsDir)openrct2-symbols$(PublishPostfix).zip $(ArtifactsDir)openrct2-installer$(PublishPostfix).exe - OpenRCT2-$(Version)$(VersionExtension)-windows + OpenRCT2-$(Version)$(VersionExtra)-windows @@ -226,9 +229,6 @@ Outputs="$(PublishInstallerExe)" Condition="'$(NO_NSIS)'!='true'"> - -$(GIT_BRANCH)-$(GIT_COMMIT_SHA1_SHORT) - $(GIT_TAG) - -$(GIT_TAG) $([System.IO.Path]::GetFilename($(PublishInstallerExe)))