nccgroup / autochrome

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

No key file found for extension #28

Closed lfuelling closed 1 year ago

lfuelling commented 4 years ago

Hi,

as someone else mentioned in this comment to #19, the installation of prebuilt .crx files in the data/extensions folder fails with:

No key file found for extension /path/to/autochrome/data/extensions/extension.crx

It would be nice to at least have a workaround for this described somewhere.

lfuelling commented 4 years ago

It seems like the only time the key is used is to write it into the manifest.json at lib/auto_chrome/chrome_extension.rb:22.

I'll try adding a check if the manifest.json already contains the key property in which case the .pub file might not be needed and will create a PR in case it works.

peter-h-ncc commented 1 year ago

Closed, merged into #42