diff --git a/openrct2.proj b/openrct2.proj index 3fa87e2da6..9128dbc75a 100644 --- a/openrct2.proj +++ b/openrct2.proj @@ -12,6 +12,8 @@ $(RootDir)distribution\ $(RootDir)artifacts\ + $(DistDir)windows\install.nsi + $(TargetDir)openrct2.dll $(TargetDir)openrct2.exe $(TargetPath) @@ -23,6 +25,7 @@ $(ArtifactsDir)openrct2.zip $(ArtifactsDir)openrct2-symbols.zip $(ArtifactsDir)openrct2-symbols-$(GitSha1Short).zip + $(ArtifactsDir)openrct2-install.exe @@ -57,6 +60,7 @@ + @@ -107,7 +111,33 @@ <_7z Output="$(PublishSymbolsZip)" Inputs="@(SymbolItems)" /> + + + + -$(GitBranch)-$(GitCommitSha1Short) + $(GitTag) + -$(GitTag) + $([System.IO.Path]::GetFilename($(PublishInstallerExe))) + + + + + + + + + + + + + DependsOnTargets="PublishSymbols;PublishPortable;PublishInstaller" />