acrosman / Salesforce2Sql

Electron app to convert a Salesforce org's schema into a similarly shaped database.
MIT License
15 stars 8 forks source link

Switch to Electron Forge #177

Closed acrosman closed 1 year ago

acrosman commented 1 year ago

Generally I try to follow the main stream of behavior on projects. When I selected a build tool for this one it was Electron Builder because I'd used it before and the upstream project had no option. That's changed. Electron Forge 6 is now the official "right" answer, so this project should probably migrate to it as well. There have been problems with Electron Builder in the past the broke builds for specific versions off and on anyway so it was already vaguely on my mind to try something different.