mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-11 21:22:47 +01:00
build: Fix "ERR: Unsigned tarballs do not exist"
This commit is contained in:
@@ -152,7 +152,7 @@ outdir_for_host() {
|
|||||||
unsigned_tarball_for_host() {
|
unsigned_tarball_for_host() {
|
||||||
case "$1" in
|
case "$1" in
|
||||||
*mingw*)
|
*mingw*)
|
||||||
echo "$(outdir_for_host "$1")/${DISTNAME}-win-unsigned.tar.gz"
|
echo "$(outdir_for_host "$1")/${DISTNAME}-win64-unsigned.tar.gz"
|
||||||
;;
|
;;
|
||||||
*darwin*)
|
*darwin*)
|
||||||
echo "$(outdir_for_host "$1")/${DISTNAME}-${1}-unsigned.tar.gz"
|
echo "$(outdir_for_host "$1")/${DISTNAME}-${1}-unsigned.tar.gz"
|
||||||
|
|||||||
Reference in New Issue
Block a user