packager in electron's asar error
tianxiangbing opened this issue · 3 comments
tianxiangbing commented
"spawn E:\git\mock\out\mock-win32-x64\resources\app.asar\node_modules\rcedit\bin\rcedit.exe ENOENT"
malept commented
Are you trying to use the rcedit
module inside of an Electron app, instead of using it to customize your Electron app?
tianxiangbing commented
@malept yes,
Can I integrate it into my electron project?
malept commented
Yes, but you need to exclude it from your app's asar file with asar's unpackDir option.