Skip to content

Commit

Permalink
Sign ArchLinux package when building.
Browse files Browse the repository at this point in the history
  • Loading branch information
claunia committed Mar 6, 2022
1 parent a175d01 commit d56411a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ fi
mv pkg/pacman/stable/*.pkg.tar.zst build/

cd build
for i in *.deb *.rpm *.zip *.tar.gz;
for i in *.deb *.rpm *.zip *.tar.gz *.pkg.tar.zst;
do
gpg --armor --detach-sign "$i"
done
Expand Down

0 comments on commit d56411a

Please sign in to comment.