I'm currently trying to package Puppeteer & Chromium inside of an electron app and I came across your repo.
Can you package this app with no problems? If so, have you tried codesigning?
I have managed to package full puppeteer by adding it to extraResources in electron-build, but I'm unable to codesign the extraResources in the package.
Hey,
I'm currently trying to package Puppeteer & Chromium inside of an electron app and I came across your repo.
Can you package this app with no problems? If so, have you tried codesigning?
I have managed to package full puppeteer by adding it to extraResources in electron-build, but I'm unable to codesign the extraResources in the package.
Any help would be appreciated.