Search code examples
electronelectron-packager

Change cache path for electron js application


By default electron stores the cache in the following path,

C:\Users\\AppData\Roaming\\Cache

For some reason, I want to change this path, is it possible?


Solution

  • I don't think it's currently possible, but I think it will be when this PR gets merged.