Skip to content

Commit

Permalink
feat: add support for darwin/arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
pgmanutd committed Jun 29, 2021
1 parent 85bbf86 commit dc93d7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export const CHECKSUMS = {
talisman_darwin_amd64:
process.env.TALISMAN_DARWIN_AMD64_CHECKSUM ||
'85dc35cfb406a101408a2b3cca373e0f613fad79f3667919e81771961410c420',
talisman_darwin_arm64: process.env.TALISMAN_DARWIN_ARM64_CHECKSUM || '',
'talisman_windows_386.exe':
process.env.TALISMAN_WINDOWS_386_CHECKSUM ||
'1da9c3813a7105f4d23d7d4e96ab847b348e810f1793e6d35f890c8fd726662d',
Expand Down

0 comments on commit dc93d7a

Please sign in to comment.