Relative Content

Tag Archive for desktop-applicationnode-webkitnwjs.env

env file not included in dist folder when building nwjs app using nw-builder-phoenix

I am using NW.js to create desktop app. In am using nwjs-builder-phoenix to build an executable file, I am experiencing an issue where the .env file is not being included in the OS-specific folders inside the dist folder. This causes environment variables to not be accessible when I run the build. Can anyone explain the reason fpr this behavior and how can I solve it ? Is there any additional configuration required to make it work ?