Skip to content

Commit

Permalink
add windows arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaiplesa committed Aug 30, 2023
1 parent c592a7d commit 7e911a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/downloadIpfsDaemon.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ const downloadIpfsDaemon = (platform, arch) => {
case 'windows-amd64':
sha512IPFS = 'f19c779c04454ff2a2af96faaff7eb60bafc0251d72418e50fe2ce44393e08bf6b1c01c84ca4e4535bc25fced684a394d8dba97116a78aeaa9f5bc706e9a628d'
break
case 'windows-arm64':
sha512IPFS = 'd82a217cf9a24301839f5e9a1534a64ac5a209ba4c259a23f99375c3df51deaf11d3019c1382b1fe5a32de104233792416068588d560c1ac9048c8c1eee0cab0'
break
default:
throw new Error('Ipfs Daemon download failed; unrecognized platform: ' + platform)
}
Expand Down

0 comments on commit 7e911a3

Please sign in to comment.