Skip to content

Commit

Permalink
Correct darwin to use native arm64 variant
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson authored Apr 2, 2024
1 parent afdb8bf commit 91ad3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screenshot-install.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"arm64": {
"windows": "https://github.com/getgauge/gauge_screenshot/releases/download/v0.2.0/screenshot-0.2.0-windows.arm64.zip",
"linux": "https://github.com/getgauge/gauge_screenshot/releases/download/v0.2.0/screenshot-0.2.0-linux.arm64.zip",
"darwin": "https://github.com/getgauge/gauge_screenshot/releases/download/v0.2.0/screenshot-0.2.0-darwin.x86_64.zip"
"darwin": "https://github.com/getgauge/gauge_screenshot/releases/download/v0.2.0/screenshot-0.2.0-darwin.arm64.zip"
}
}
},
Expand Down

0 comments on commit 91ad3a4

Please sign in to comment.