diff --git a/utils/release.sh b/utils/release.sh index 3c5884ef..32bebce4 100644 --- a/utils/release.sh +++ b/utils/release.sh @@ -30,7 +30,7 @@ echo "$apk_checksum $apk_filename" >> "$verification_dir/hash_list.txt" # generate detached signature for the new APK file gpg --output "$latest_apk".sig --detach-sig --yes "$latest_apk" # Update detached signature for hash_list.txt -gpg --armor --detach-sign --yes utils/verification/hash_list.txt +gpg --output "$verification_dir/hash_list.txt.sig" --detach-sig --yes "$verification_dir/hash_list.txt" # delete the used APK file rm "$latest_apk" echo "Successfully updated the verification files." \ No newline at end of file diff --git a/utils/verification/enuts-v0.0.5-beta.apk.sig b/utils/verification/enuts-v0.0.5-beta.apk.sig index 53e14725..fdf43890 100644 Binary files a/utils/verification/enuts-v0.0.5-beta.apk.sig and b/utils/verification/enuts-v0.0.5-beta.apk.sig differ diff --git a/utils/verification/hash_list.txt.asc b/utils/verification/hash_list.txt.asc deleted file mode 100644 index e7173a33..00000000 --- a/utils/verification/hash_list.txt.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iHUEABYIAB0WIQRxIGdR0e37DdxD88y7iol1g7/RhQUCZUF4YAAKCRC7iol1g7/R -hU42AQCeseYj1t3XpWUPeDlC4Ahk3lI8ZTSsMSMft8IZI+UCCQEA1xLsvZgzElzT -dsWVnVcxl6LbXXOTSwG+mVjOUcgUOwE= -=mw8N ------END PGP SIGNATURE----- diff --git a/utils/verification/hash_list.txt.sig b/utils/verification/hash_list.txt.sig new file mode 100644 index 00000000..2d44162d Binary files /dev/null and b/utils/verification/hash_list.txt.sig differ