Skip to content

Commit 5d7ba57

Browse files
committed
Merge #762: Downloads: fix URL
aec9582 Downloads: fix URL (David A. Harding) Pull request description: > There is currently no codesigning key available for Windows and to add insult to injury, Comodo revoked the old one. Until this can be resolved link the unsigned installer so that installation can at least continue with a big yellow warning. > See bitcoin-core/gui#252. Text above from #761 ; this is a simpler approach that updates all the links. It can be reverted when the re-signed binary is uploaded. In addition to this PR, I also checked that the shasums file is signed with @laanwj's usual key and that the hash of the -unsigned file is correct (I didn't check the other binaries). Top commit has no ACKs. Tree-SHA512: e717b3475a49d4f0a6b618bf2cf9f556a2bd8a6418b26577b5ca76825c6c469d58ce9bc6bb7084cdee79d2a2aaace66094224b7f5e343fe7c0ffa4baa7c03c19
2 parents f0740b4 + aec9582 commit 5d7ba57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_data/binaries.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
win64zip: "win64.zip"
2-
win64exe: "win64-setup.exe"
2+
win64exe: "win64-setup-unsigned.exe"
33
macdmg: "-osx.dmg"
44
mactar: "osx64.tar.gz"
55
lin64: "x86_64-linux-gnu.tar.gz"

0 commit comments

Comments
 (0)