I have created an electron app
and built it using electron-builder
On app uninstall I need to delete the data that localStorage, kind of access tokens, etc.
In windows there is nsis - deleteAppDataOnUninstall: false
, which is solving my issue, but i cant find any solution for mac
~/Library/Application Support
. – Redding