0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-02 09:46:52 -05:00

build: Fix "ERR: Unsigned tarballs do not exist"

This commit is contained in:
Hennadii Stepanov 2022-04-01 10:28:10 +02:00
parent 1021e4cc68
commit 7762c5683f
No known key found for this signature in database
GPG key ID: 410108112E7EA81F

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"