Closed Hemesh-Unka closed 1 year ago
Hello!
Really appreciate the hard work with this repo! I had a question to the wider community.
Has anyone had any luck of changing out the current auto updater? I’ve tried swapping out the current one for Electron updater .
Compiles and builds alright. But when opening the built application I am getting the following.
Am I missing something in the compiler settings or need to create a custom webpack config. Any help would be greatly appreciated.
Try adding electron-updater as an external dependency. nx build front-end --externalDependencies=electron-updater
nx build front-end --externalDependencies=electron-updater
That seemed to do the trick. Thanks @bennymeg
Hello!
Really appreciate the hard work with this repo! I had a question to the wider community.
Has anyone had any luck of changing out the current auto updater? I’ve tried swapping out the current one for Electron updater .
Compiles and builds alright. But when opening the built application I am getting the following.
Am I missing something in the compiler settings or need to create a custom webpack config. Any help would be greatly appreciated.