mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-06 08:24:57 -04:00
Small changes
This commit is contained in:
parent
b2b9eb7ffc
commit
2ef92046af
10 changed files with 16 additions and 10 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue