stoefln / node-native-ocr

Other
20 stars 11 forks source link

Support deprecation of remote #4

Closed Madrox closed 3 years ago

Madrox commented 3 years ago

Remote is deprecated per the docs and the app object can only be accessed on main. This change will allow the continued support of remote, but if remote is unavailable (as it can be in some electron configurations), it will use electron.app, which is available in main.

stoefln commented 3 years ago

@Madrox sorry for my late reply and thanks so much for the PR!