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 was 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.
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.