reisxd / revanced-builder

A NodeJS ReVanced builder
GNU General Public License v3.0
1.93k stars 172 forks source link

QUESTION: Are there any commands/launch `-arguments` supported to pass into the builder to disable it automatically launching the default browser...? #637

Closed Spacellary closed 1 year ago

Spacellary commented 1 year ago

Are there any commands/launch -arguments supported to pass into the builder to disable it automatically launching the default browser window upon opening or to select a different browser instead of the default?

That's a possible behavior when using the docker-compose method but I couldn't with the built executable from releases...

I have the habit of opening it from the Terminal/Shortcut and running my own commands after to open set directories and localhost in my browser of choice, so that's the motivation behind this.

System: Windows 11 | PowerShell 7
reisxd commented 1 year ago

The --no-open flag.

Spacellary commented 1 year ago

Thank you! Bruh moment in my part because it's literally used in the Dockerfile. Oops!