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
Describe the bug
Assets bundling works fine in
v2.x.xBecause I have this json prop on mypackage.jsonand since the old
pkgwas able to read it, it worked just fine.I think in
v3.x.xthe assets are not included properly into the bundled .exe. I'm gettingENOENTto the required files.To Reproduce
Install npm package
header-generator. This package containsdata_filesassets 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