space-path fix
This commit is contained in:
parent
1cebc13614
commit
6a15347a9e
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ TIMEOUT 5
|
|||
TASKKILL /im firefox.exe /F
|
||||
|
||||
ECHO Firefox configuration...
|
||||
FOR /F %%i IN ('dir /B /S ^"%APPDATA%\Mozilla\Firefox\Profiles\*.default-release^"') DO SET "vbc=%%i"
|
||||
FOR /F "usebackq delims=" %%i IN (`dir /B /S "%APPDATA%\Mozilla\Firefox\Profiles\*.default-release"`) DO SET "vbc=%%i"
|
||||
PowerShell -Command "Invoke-WebRequest -Uri !repo!/.mozilla/firefox/user.js -OutFile '!vbc!\user.js'"
|
||||
|
||||
:: Download addons settings in "Download" folder
|
||||
|
|
Loading…
Reference in a new issue