-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Describe the bug
Assets bundling works fine in v2.x.x Because I have this json prop on my package.json
"pkg": {
"assets": [
"node_modules/header-generator/data_files/**/*"
],
}
and since the old pkg was able to read it, it worked just fine.
I think in v3.x.x the assets are not included properly into the bundled .exe. I'm getting ENOENT to the required files.
To Reproduce
Install npm package header-generator. This package contains data_files assets folder that is required to function.
Expected behavior
Assets should be able to be included in the bundled .exe file and do its normal behaviour
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed