@kugel- commented on this pull request.


> +                     -ts http://zeitstempel.dfn.de/ \
+                       -h sha512 \
+                       -in ${1} \
+                       -out ${1}-signed
+               mv ${1}-signed ${1}
+       else
+               echo "Skip signing due to missing certificate"
+       fi
+}
+
+
+sign_geany_binaries() {
+       log "Signing Geany binary files"
+       for binary_file_pattern in ${GEANY_RELEASE_BINARY_PATTERNS[@]}; do
+               for binary_file in $(ls ${binary_file_pattern}); do
+                       sign_file ${binary_file}

Why not sign all files?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3315#pullrequestreview-1161032231
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/pull/3315/review/1161032...@github.com>

Reply via email to