From 5ff7a0a4f821be29b777b181cdba643b01c7e0f3 Mon Sep 17 00:00:00 2001 From: Ted John Date: Sat, 8 Sep 2018 21:29:10 +0100 Subject: [PATCH 1/2] Remove code signing clutter --- openrct2.proj | 31 ------------------------------- scripts/ps/appveyor_install.ps1 | 13 ------------- 2 files changed, 44 deletions(-) diff --git a/openrct2.proj b/openrct2.proj index a492b7ff48..68163ea855 100644 --- a/openrct2.proj +++ b/openrct2.proj @@ -6,7 +6,6 @@ - GIT_BRANCH - GIT_COMMIT_SHA1 - GIT_DESCRIBE - - SIGN_PASSWORD - OPENRCT2_ORG_TOKEN - NO_NSIS: set to true to prevent the NSIS installer building --> @@ -44,9 +43,6 @@ $(TargetDir)openrct2.dll $(TargetDir)data\g2.dat - $(DistDir)windows\code-sign-key-openrct2.org.pfx - http://timestamp.comodoca.com/authenticode - -$(Configuration)-$(Platform) $(PublishPostfix)-$(GIT_COMMIT_SHA1_SHORT) $(PublishPostfix.ToLower()) @@ -80,9 +76,6 @@ - - - @@ -155,7 +148,6 @@ - @@ -234,21 +226,6 @@ OutputDirectory="$(TargetDir)data\object" /> - - - - - - - - - - @@ -285,14 +262,6 @@ /DPLATFORM=$(Platform) ^ $(NsisScript)" StandardOutputImportance="normal" /> - - - - - Date: Sat, 8 Sep 2018 21:32:05 +0100 Subject: [PATCH 2/2] Remove build dependency for g2 target The reason for removing this is so that running the g2 target does not cause a build when it isn't necessary such as if the build is out of date or there is a platform or configuration mismatch. --- openrct2.proj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openrct2.proj b/openrct2.proj index 68163ea855..2697ca02c3 100644 --- a/openrct2.proj +++ b/openrct2.proj @@ -194,7 +194,7 @@ -