autochrome icon indicating copy to clipboard operation
autochrome copied to clipboard

No key file found for extension

Open lfuelling opened this issue 4 years ago • 1 comments

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 avatar Sep 16 '20 09:09 lfuelling

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.

lfuelling avatar Sep 16 '20 10:09 lfuelling

Closed, merged into #42

peter-h-ncc avatar Feb 28 '23 01:02 peter-h-ncc