From e18eb5d8b0042f06b279327f1aa8a6fdb3951843 Mon Sep 17 00:00:00 2001 From: Ted John Date: Mon, 22 Aug 2016 22:30:47 +0100 Subject: [PATCH] Add NSIS installer target --- openrct2.proj | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) 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" />