I have developed a small electron app and stored some cache files inside my ~/.config/electron-app
.
Now I need to remove the ~/.config/electron-app if the app is getting uninstalled. Is there any electron app uninstall event is available?
Many thanks...!