Small changes

This commit is contained in:
Tad 2020-06-20 14:19:40 -04:00
parent b2b9eb7ffc
commit 2ef92046af
10 changed files with 16 additions and 10 deletions

View file

@ -248,6 +248,7 @@ processRelease() {
#GPG signing
if [ "$DOS_GPG_SIGNING" = true ]; then
for checksum in $OUT_DIR/*.sha512sum; do
echo -e "\e[0;32mGPG signing $checksum\e[0m";
gpg --homedir "$DOS_SIGNING_GPG" --sign --local-user "$DOS_GPG_SIGNING_KEY" --clearsign "$checksum";
if [ "$?" -eq "0" ]; then
mv -f "$checksum.asc" "$checksum";