Set custom Equo home directory

Equo Chromium uses a hidden directory named .equo to store internal data such as the cache of the application, containing all the required dependencies. By default, this directory is created inside the user’s home directory. Equo Chromium provides a property that lets you override the default .equo directory location with a custom path.

Usage

Just replace PATH with an absolute path to the desired folder.

-Dchromium.home=PATH

After execution, the .equo folder should be created at the specified path.