Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

Invalid Electron cache path #179

@ghost

Description

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.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions