Set Brave default profile in argparser

This commit is contained in:
Tessa Walsh 2022-12-12 17:16:51 -05:00
parent 9d3af6f80f
commit 59e41b04c2

View file

@ -226,6 +226,7 @@ class ArgParser {
"profile": { "profile": {
describe: "Path to tar.gz file which will be extracted and used as the browser profile", describe: "Path to tar.gz file which will be extracted and used as the browser profile",
type: "string", type: "string",
default: "/app/brave-default-profile.tar.gz"
}, },
"screencastPort": { "screencastPort": {