Closed detournemint closed 5 years ago
I have this error too.
This worked for me on Mac:
ruby ./autochrome.rb -V 612451 -c
This appears to be due to the directory structure of current Chromium builds; in particular, the Chromium Framework path has changed.
I was able to get the install to work correctly by modifying autochrome/lib/processor/macosx.rb:9
to FrameworkBinaryGlob = 'Contents/Frameworks/Chromium Framework.framework/Versions/Current/Chromium Framework'
.