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
process.cwd(),
require.main.filename,
path.dirname(process.argv[1]),
path.resolve(path.dirname(require.main.filename), '../../../'), // inside electron
path.resolve(path.dirname(require.main.filename), '../../../app.asar.unpacked/')
We could also check for:
a local .${appname}rc or the first found looking in ./ ../ ../../ ../../../ etc.
$HOME/.${appname}rc
$HOME/.${appname}/config
$HOME/.config/${appname}
$HOME/.config/${appname}/config
/etc/${appname}rc
/etc/${appname}/config
Or the /etc/conf.d/
The text was updated successfully, but these errors were encountered:
Currently we look here
We could also check for:
Or the
/etc/conf.d/
The text was updated successfully, but these errors were encountered: