How to Change Default Electron Storage Path? #14136
Unanswered
sophieminasyan
asked this question in
General
Replies: 1 comment
-
Hey @sophieminasyan, running |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I’m currently working on an Electron application and I need to customize the default storage path for user data. By default, Electron uses:
$HOME/.config on Linux
%APPDATA% on Windows
However, I need to change this location to a different directory. Could someone guide me on how to configure this?
Beta Was this translation helpful? Give feedback.
All reactions