electron/node-rcedit

packager in electron's asar error

tianxiangbing opened this issue · 3 comments

"spawn E:\git\mock\out\mock-win32-x64\resources\app.asar\node_modules\rcedit\bin\rcedit.exe ENOENT"

Are you trying to use the rcedit module inside of an Electron app, instead of using it to customize your Electron app?

@malept yes,
Can I integrate it into my electron project?

Yes, but you need to exclude it from your app's asar file with asar's unpackDir option.