I have been developing an app using electron, and I am trying to make it as portable as possible (and easily accessible to app data).
So I’m wondering if it’s possible to change the paths of where electron stores the data to something like documents or even inside the app’s folder (instead of %appdata%)
Thanks in advance