Skip to content

Commit

Permalink
Merge pull request #223 from Esmilis/patch-1
Browse files Browse the repository at this point in the history
Set correct binary for darwin-arm architecture
  • Loading branch information
philnash committed Aug 16, 2022
2 parents f849f14 + 3a2d394 commit 92f1fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function downloadNgrok(callback, options) {
const cdnFiles = {
darwinia32: cdn + cdnPath + "darwin-386.zip",
darwinx64: cdn + cdnPath + "darwin-amd64.zip",
darwinarm64: cdn + cdnPath + "darwin-amd64.zip",
darwinarm64: cdn + cdnPath + "darwin-arm64.zip",
linuxarm: cdn + cdnPath + "linux-arm.zip",
linuxarm64: cdn + cdnPath + "linux-arm64.zip",
androidarm: cdn + cdnPath + "linux-arm.zip",
Expand Down

0 comments on commit 92f1fe6

Please sign in to comment.