Skip to content

Commit

Permalink
Fix mac
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashaag committed Jun 27, 2022
1 parent 1575adc commit 23fc0a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/main/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ const PATHS = {

function getCondaArch () {
const arch = {
[['osx', 'arm64']]: 'osx-arm64',
[['osx', 'x64']]: 'osx-64',
[['darwin', 'arm64']]: 'osx-arm64',
[['darwin', 'x64']]: 'osx-64',
[['linux', 'x64']]: 'linux-64',
[['linux', 'arm64']]: 'linux-aarch64',
[['win32', 'x64']]: 'win-64'
Expand Down

0 comments on commit 23fc0a3

Please sign in to comment.