dusionlike / electron-builder-encryptor

simple electron package encryption tool
MIT License
23 stars 7 forks source link

The bundle-require dependency had a breaking change #13

Closed spencer-jacobs closed 4 months ago

spencer-jacobs commented 4 months ago

4.0.3 of bundle-require now marks node_modules as external by default which causes an error when loading the encryptor.config.js file.

https://github.com/egoist/bundle-require/pull/41

As a quick fix, we can use 4.0.2 for now. Though there's probably a better way of working with it

dusionlike commented 4 months ago

❤️Thank you. In the future, we can move the compilation location of encryptor.config.js outside of node_models.