Thesiva7

Results 6 issues of Thesiva7

Hi, I am using below code to load the environmental variables in production new Dotenv({ path: path.join(webpackPaths.rootPath, '.env'), safe: false, silent: false, defaults: false, }) but in production files that...

bug

@amilajack How to use webpack-obfuscator with electron-react-boilerplate? i am getting cannot find module './lib/express' i am using express server to run react part on port and i have used webpack-obfuscator...

question

I've found another way to solve my problem without using this package. It looks like at those time there was an update of some library or something that broke the...

@develar @mmaietta @renovate-bot The autoUpdater functionality provided by electron-updater operates effectively for the initial 3 to 4 update attempts only. Here's the sequence of events: Initially, the autoUpdater identifies an...

![Screenshot from 2024-06-13 13-47-03](https://github.com/electron-react-boilerplate/electron-react-boilerplate/assets/95845976/4ba80c9f-e625-4209-8ea9-ea982b401927) How to set linux app icon in linux software installer. My build configuration for linux is below. "linux": { "desktop": { "StartupNotify": "false", "Encoding": "UTF-8", "icon":...

bug

![Screenshot from 2024-06-13 13-47-03](https://github.com/electron-userland/electron-builder/assets/95845976/853a6e30-7fd0-4074-9dfc-b38f67907f89) How to set linux app icon in linux software installer. My build configuration for linux is below. "linux": { "desktop": { "StartupNotify": "false", "Encoding": "UTF-8", "icon":...