Skip to content

Commit 2e7cde8

Browse files
hebastofanquake
authored andcommitted
guix: Drop "-signed" suffix for signed macOS .dmg files
This change makes naming of the signed artifacts consistent across different OSes, including Windows. Github-Pull: #24549 Rebased-From: 4b4b04a
1 parent 7f6420c commit 2e7cde8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/guix/libexec/codesign.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ mkdir -p "$DISTSRC"
9191
-- -volume_date all_file_dates ="$SOURCE_DATE_EPOCH"
9292

9393
# Compress uncompressed.dmg and output to OUTDIR
94-
./dmg dmg uncompressed.dmg "${OUTDIR}/${DISTNAME}-${HOST}-signed.dmg"
94+
./dmg dmg uncompressed.dmg "${OUTDIR}/${DISTNAME}-${HOST}.dmg"
9595
;;
9696
*)
9797
exit 1

0 commit comments

Comments
 (0)