11 lines
266 B
INI
11 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 }}
|