Add support for Firefox in a Snap for Ubuntu 22.04

Closes #327
Fixes #325
This commit is contained in:
Filippo Valsorda
2022-04-25 19:55:19 +02:00
parent 255b8304cd
commit 789f1b1c70
4 changed files with 11 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ import (
)
var (
FirefoxProfile = os.Getenv("USERPROFILE") + "\\AppData\\Roaming\\Mozilla\\Firefox\\Profiles"
FirefoxProfiles = []string{os.Getenv("USERPROFILE") + "\\AppData\\Roaming\\Mozilla\\Firefox\\Profiles"}
CertutilInstallHelp = "" // certutil unsupported on Windows
NSSBrowsers = "Firefox"
)