Replies: 1 comment
-
On Linux you could overwrite these env vars: https://specifications.freedesktop.org/basedir-spec/latest/ |
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
-
When run an app in dev or test mode, the fs-api use the fixed system paths like APPDATA (linux /home/user/.local/share/app-name), etc.
Is it possible to set APPDATA, AUDIO, CACHE,... to own locations?
It would be easier to allow it in dev/test so we can use our fixtures in our project without copy them to the system wide locations.
Beta Was this translation helpful? Give feedback.
All reactions