From 8f91099c21102c07237d3a5eed45c305ee365d92 Mon Sep 17 00:00:00 2001 From: Stefano Capitani Date: Sat, 11 Feb 2017 19:42:39 +0100 Subject: [PATCH] Add sign isos @artoo can you add this ? I don't know if necessary change the name of the script ( for me this is not a problem ) --- bin/signpkgs.in | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/signpkgs.in b/bin/signpkgs.in index 56476e70..b7f1429e 100644 --- a/bin/signpkgs.in +++ b/bin/signpkgs.in @@ -12,3 +12,4 @@ version=@version@ find $PWD -maxdepth 1 -name '*.pkg.tar.xz' -exec signfile {} \; +find $PWD -maxdepth 1 -name '*.iso' -exec signfile {} \; -- GitLab