mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 05:53:27 -07:00
Small fix, md5 should be made AFTER signing the files [skip ci]
This commit is contained in:
parent
4587e7763e
commit
61cfe004c5
1 changed files with 3 additions and 3 deletions
|
@ -313,12 +313,12 @@ Function TagCode {
|
||||||
|
|
||||||
FillTemplates
|
FillTemplates
|
||||||
|
|
||||||
echo "Generating MD5"
|
|
||||||
MD5Checksums | Set-Content "$(get-location)\Greenshot\bin\Release\checksum.MD5" -encoding UTF8
|
|
||||||
|
|
||||||
echo "Signing executables"
|
echo "Signing executables"
|
||||||
SignBinaryFilesBeforeBuildingInstaller
|
SignBinaryFilesBeforeBuildingInstaller
|
||||||
|
|
||||||
|
echo "Generating MD5"
|
||||||
|
MD5Checksums | Set-Content "$(get-location)\Greenshot\bin\Release\checksum.MD5" -encoding UTF8
|
||||||
|
|
||||||
echo "Generating Installer"
|
echo "Generating Installer"
|
||||||
PackageInstaller
|
PackageInstaller
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue