mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-16 17:27:38 +00:00
guix: temp fix attest script for flatpak
This commit is contained in:
parent
733bc8d253
commit
64e77d397e
1 changed files with 4 additions and 0 deletions
|
@ -121,6 +121,8 @@ if (( ${#sha256sum_fragments[@]} )); then
|
|||
for logdir in "${sha256sum_fragments[@]}"; do
|
||||
echo " '$logdir'"
|
||||
case "$logdir" in
|
||||
"$LOGDIR_BASE"/*.pack/SHA256SUMS.part)
|
||||
;;
|
||||
"$LOGDIR_BASE"/*-codesigned/SHA256SUMS.part)
|
||||
codesigned_fragments+=("$logdir")
|
||||
;;
|
||||
|
@ -135,6 +137,8 @@ else
|
|||
exit 1
|
||||
fi
|
||||
|
||||
noncodesigned_fragments+=("$OUTDIR_BASE/x86_64-linux-gnu.pack/SHA256SUMS.part")
|
||||
|
||||
##############
|
||||
## Attest ##
|
||||
##############
|
||||
|
|
Loading…
Reference in a new issue