From a3e4bd1af431b2231d8389715f4b63c599a4a19a Mon Sep 17 00:00:00 2001 From: Ted John Date: Fri, 26 Aug 2016 18:57:21 +0100 Subject: [PATCH] Avoid signing when build has not changed --- openrct2.proj | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/openrct2.proj b/openrct2.proj index f03558ceb6..edc667dc4b 100644 --- a/openrct2.proj +++ b/openrct2.proj @@ -148,6 +148,7 @@ + @@ -192,24 +193,27 @@ - + + + + - + <_7z Output="$(PublishZip)" Inputs="@(PublishItems)" /> - + <_7z Output="$(PublishSymbolsZip)" Inputs="@(SymbolItems)" /> @@ -217,7 +221,7 @@