pksunkara / electron-plugin-manager

Plugin Manager based on NPM for Electron apps
MIT License
8 stars 3 forks source link

ipc.send 'epm-uninstall' #81

Closed macinspak closed 3 years ago

macinspak commented 3 years ago

Need to just update the README.md.

uninstall from renderer is: ipc.send('epm-uninstall', dir, pluginName); not: ipc.send('epm-uninstalled', dir, pluginName);