update ff to 91.11.0, update cert storage

Signed-off-by: R4SAS <r4sas@i2pmail.org>

Former-commit-id: 3721ea9dec974317685d81c69e6ea3d4f15d1f1f
This commit is contained in:
R4SAS 2022-07-25 01:19:09 +03:00
parent 4b161a4839
commit e3dd819feb
9 changed files with 70 additions and 67 deletions

View file

@ -7,7 +7,7 @@ REM See full license text in LICENSE file at top of project tree
setlocal enableextensions
set CURL=%~dp0curl.exe
set FFversion=91.9.1esr
set FFversion=91.11.0esr
set I2Pdversion=2.42.1
call :GET_LOCALE
call :GET_PROXY
@ -117,7 +117,7 @@ if "%locale%"=="ru" (
echo Copying Firefox launcher and settings
)
mkdir ..\Firefox\App\DefaultData\profile\ > nul
copy /Y profile\* ..\Firefox\App\DefaultData\profile\ > nul
xcopy /E /Y profile\* ..\Firefox\App\DefaultData\profile\ > nul
if "%locale%"=="ru" (
copy /Y profile-ru\* ..\Firefox\App\DefaultData\profile\ > nul
) else (