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
293 B
INI
10 lines
293 B
INI
[application]
|
|
name = Edge
|
|
|
|
[configuration_files]
|
|
{{- if (eq .host.distro.family "darwin") -}}
|
|
Library/Application Support/Microsoft Edge/Default
|
|
{{- else if (eq .host.distro.family "linux") -}}
|
|
.config/microsoft-edge/Default
|
|
.var/app/com.microsoft.Edge/config/microsoft-edge/Default
|
|
{{ end }}
|