You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 23, 2021. It is now read-only.
Windows is not linux and as such you shouldn't dump .folders in user home directory.
If you don't want to use %PROGRAMFILES% (which requires admin permissions) then the correct location to put files is %PROGRAMDATA%\electron-global. Just make sure to give write/read permissions to the local users group to the created folder.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Windows is not linux and as such you shouldn't dump .folders in user home directory.
If you don't want to use %PROGRAMFILES% (which requires admin permissions) then the correct location to put files is %PROGRAMDATA%\electron-global. Just make sure to give write/read permissions to the local users group to the created folder.
The text was updated successfully, but these errors were encountered: