BrowserSelector icon indicating copy to clipboard operation
BrowserSelector copied to clipboard

Expand Environment Variables

Open apfelchips opened this issue 4 years ago • 0 comments

some browsers install themselves to the %LocalAppData% Directory inside %UserProfile% would be nice if you'd be able to use Environment variables. FYI %ProgramFiles% is a thing.

As a workaround I use cmd.exe for the variable expansion, which works but is a bit of a hack.

brave = "C:\WINDOWS\system32\cmd.exe" /c start %LocalAppData%\BraveSoftware\Brave-Browser\Application\brave.exe

also maybe update the 32bit paths in the documentation

ff = "C:\Program Files\Mozilla Firefox\firefox.exe"
ffdev = "C:\Program Files\Firefox Developer Edition\firefox.exe"

apfelchips avatar Jun 01 '21 12:06 apfelchips