acrosman / Salesforce2Sql

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

Updates for Electron 20 #173

Closed acrosman closed 2 years ago

acrosman commented 2 years ago

Electron 20 default enables sandboxing for renderers, which requires changes to the preload scripts to remove the reference to other modules. The IPC function filtering will need to be updated.

Other changes are likely needed as well.

acrosman commented 2 years ago

Will fix #23 when complete