Merge afac75f140 into merged_master (Bitcoin PR bitcoin/bitcoin#24733)

This commit is contained in:
James Dorfman 2024-07-08 07:44:31 +00:00
commit 089aa7f2a2

View file

@ -152,7 +152,7 @@ outdir_for_host() {
unsigned_tarball_for_host() {
case "$1" in
*mingw*)
echo "$(outdir_for_host "$1")/${DISTNAME}-win-unsigned.tar.gz"
echo "$(outdir_for_host "$1")/${DISTNAME}-win64-unsigned.tar.gz"
;;
*darwin*)
echo "$(outdir_for_host "$1")/${DISTNAME}-${1}-unsigned.tar.gz"