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 Feb 16, 2024. It is now read-only.
The default Electron/Astilectron installation path is located inside:
C:\Users\Admin\AppData\Roaming\%AppName%\vendor
However, the Electron Cache is located inside:
C:\Users\Admin\AppData\Roaming\Electron
The Electron Cache should be located inside:
C:\Users\Admin\AppData\Roaming\%AppName%
This issue causes conflicts with other Electron applications that use the same cache path by default.
Reproduction can be caused using go-asilectron with the default parameters and a valid AppName.
The default Electron/Astilectron installation path is located inside:
However, the Electron Cache is located inside:
The Electron Cache should be located inside:
This issue causes conflicts with other Electron applications that use the same cache path by default.
Reproduction can be caused using go-asilectron with the default parameters and a valid AppName.