nccgroup / autochrome

This tool downloads, installs, and configures a shiny new copy of Chromium.
Apache License 2.0
449 stars 80 forks source link

Support M1 Mac #32

Closed sudosammy closed 2 years ago

sudosammy commented 2 years ago

Previously, autochrome would download the x86 version of Chromium on Apple silicon. This PR adds checks to ensure the ARM version of Chromium is installed on M1 devices.

Running autochrome in a shell operating within Rosetta will install the x86 version of Chromium; a logical outcome.

This PR also incorporates #31 from @xorcat.