Skip to content

Commit

Permalink
update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
KKA11010 committed Nov 2, 2023
1 parent df5e31c commit 911f4d6
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion utils/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Binary file modified utils/verification/enuts-v0.0.5-beta.apk.sig
Binary file not shown.
7 changes: 0 additions & 7 deletions utils/verification/hash_list.txt.asc

This file was deleted.

Binary file added utils/verification/hash_list.txt.sig
Binary file not shown.

0 comments on commit 911f4d6

Please sign in to comment.