5659eae991
* Update Brave profile folder paths * Filled browser profile locations * Initial work on Mackup support * Add path for snap and flatpak install * Add info about mackup * Added mackup config for Altair
10 lines
266 B
INI
10 lines
266 B
INI
[application]
|
|
name = LibreWolf
|
|
|
|
[configuration_files]
|
|
{{- if (eq .host.distro.family "darwin") -}}
|
|
Library/Application Support/LibreWolf/Profiles
|
|
{{- else if (eq .host.distro.family "linux") -}}
|
|
.librewolf
|
|
.var/app/io.gitlab.librewolf-community/.librewolf
|
|
{{ end }}
|