Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaiplesa committed Aug 30, 2023
1 parent be53769 commit 8d219c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/downloadIpfsDaemon.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const downloadIpfsDaemon = (platform, arch) => {
sha512IPFS = '28955a5289dc6ed6ce26ae77476afe2fd05cd5a8c4a71e34827775b2a43860d968517ff3891fbfb53975e006282387829b20d75917015545a57ac9e4229762a8'
break
case 'windows-arm64':
sha512IPFS = '5f3a610c4deeb799e5063895f85fddfbd4afd422e9800ad83b86574f53ef29e9809012d7624ce4711fa2edb45f8db20605c9688b640ac174b3dc113d1defed1c'
sha512IPFS = '4fc61bbaa4ecf8d1a783ec0b1a0f51ac127d0ad3c4e0f01a730a98027dc921a00398aeaa7bf74b5cd3771ac9257863bff462cc8f3b3d377648c9700ecd014fbd'
break
default:
throw new Error('Ipfs Daemon download failed; unrecognized platform: ' + platform)
Expand Down

0 comments on commit 8d219c6

Please sign in to comment.