mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-29 18:20:58 +02:00
guix: Drop "-signed" suffix for signed macOS .dmg files
This change makes naming of the signed artifacts consistent across different OSes, including Windows.
This commit is contained in:
@ -91,7 +91,7 @@ mkdir -p "$DISTSRC"
|
|||||||
-- -volume_date all_file_dates ="$SOURCE_DATE_EPOCH"
|
-- -volume_date all_file_dates ="$SOURCE_DATE_EPOCH"
|
||||||
|
|
||||||
# Compress uncompressed.dmg and output to OUTDIR
|
# Compress uncompressed.dmg and output to OUTDIR
|
||||||
./dmg dmg uncompressed.dmg "${OUTDIR}/${DISTNAME}-${HOST}-signed.dmg"
|
./dmg dmg uncompressed.dmg "${OUTDIR}/${DISTNAME}-${HOST}.dmg"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
exit 1
|
exit 1
|
||||||
|
Reference in New Issue
Block a user