Small fix, md5 should be made AFTER signing the files [skip ci]

This commit is contained in:
Robin 2016-08-15 22:41:08 +02:00
commit 61cfe004c5

View file

@ -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