From 61cfe004c5954114ea47cfd9c0bf3e1cf0c77987 Mon Sep 17 00:00:00 2001 From: Robin Date: Mon, 15 Aug 2016 22:41:08 +0200 Subject: [PATCH] Small fix, md5 should be made AFTER signing the files [skip ci] --- build.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.ps1 b/build.ps1 index 2478628a0..e7aa2bf80 100644 --- a/build.ps1 +++ b/build.ps1 @@ -313,12 +313,12 @@ Function TagCode { FillTemplates -echo "Generating MD5" -MD5Checksums | Set-Content "$(get-location)\Greenshot\bin\Release\checksum.MD5" -encoding UTF8 - echo "Signing executables" SignBinaryFilesBeforeBuildingInstaller +echo "Generating MD5" +MD5Checksums | Set-Content "$(get-location)\Greenshot\bin\Release\checksum.MD5" -encoding UTF8 + echo "Generating Installer" PackageInstaller