robertpeteuil/inkdrop-export-by-tag

Support v5.5.0

Opened this issue · 0 comments

Hi Robert,

As of v5.5.0, import { remote } from 'electron' is no longer available in the recent Electron.
You can use import * as remote from '@electron/remote' instead without adding a dependency for it.
Could you update it?
It's very simple like this: jmerle/inkdrop-tray@a462082