A crx packaging tool, but dependent on the chromium project.
- The following code will be inserted at the end of the chromium/src/BUILD.gn file.
group("crx_packager"){
data_deps = []
data_deps += ["//crx_packager:crx_packager"]
}
- Then just execute the compilation.
autoninja -C out\Release_x64 crx_packager
crx_packager --extension-path='extension source path' --pem-path='pem file path' --crx-path='crx file path'