Skip to content

Commit

Permalink
Merge pull request #1 from blocklessnetwork/darwin-platform
Browse files Browse the repository at this point in the history
macos platform is darwin
  • Loading branch information
uditdc authored Jul 16, 2024
2 parents 93e7c31 + d5f97cd commit 6afd52f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bundler/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ async function installJavy(): Promise<void> {
'arm-linux': 'arm-linux',
'arm64-linux': 'arm-linux',
'x64-linux': 'x86_64-linux',
'x64-mac': 'x86_64-macos',
'arm64-mac': 'arm-macos'
'x64-darwin': 'x86_64-macos',
'arm64-darwin': 'arm-macos'
}

const binArch =
Expand Down

0 comments on commit 6afd52f

Please sign in to comment.