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.
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.