Skip to content

Commit

Permalink
guix: Apply signature to correct app
Browse files Browse the repository at this point in the history
  • Loading branch information
lateminer committed Nov 26, 2023
1 parent febda8a commit 1b2aa25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/guix/libexec/codesign.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ mkdir -p "$DISTSRC"
;;
*darwin*)
# Apply detached codesignatures to dist/ (in-place)
signapple apply dist/Bitcoin-Qt.app codesignatures/osx/dist
signapple apply dist/Blackmore-Qt.app codesignatures/osx/dist

# Make a DMG from dist/
xorrisofs -D -l -V "$(< osx_volname)" -no-pad -r -dir-mode 0755 \
Expand Down

0 comments on commit 1b2aa25

Please sign in to comment.