chore: support firefox for linux github action

This commit is contained in:
ᴍᴏᴏɴD4ʀᴋ
2020-07-10 16:27:35 +08:00
parent f4294839f6
commit 500ac34ab3
4 changed files with 55 additions and 29 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ import (
)
const (
fireFoxProfilePath = "/Users/*/Library/Application Support/Firefox/Profiles/*.default-release/"
fireFoxProfilePath = "/home/*/.mozilla/firefox/*.default-release/"
fireFoxCommand = ""
)