Skip to content

Commit 733af91

Browse files
fix: Fix NPM binary selection on ARM Macs (#1376)
Fixes #1375
1 parent a87a0e0 commit 733af91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

npm/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ var commandNames = {
1313
},
1414
darwin: {
1515
'x64': 'packager-osx-x64',
16+
'arm64': 'packager-osx-arm64',
1617
},
1718
win32: {
1819
'x64': 'packager-win-x64.exe',

0 commit comments

Comments
 (0)