update firefox config

update builders to get ESR 52.1.2


Former-commit-id: 559264149cba747fa0f738fc40364188ee4edf3f
This commit is contained in:
R4SAS 2017-05-31 22:45:36 +03:00
parent da787df81e
commit 1a6db5947a
5 changed files with 314 additions and 24 deletions

View file

@ -23,7 +23,7 @@ if "%locale%"=="Russian" (
echo Downloading Firefox Portable ESR installer
)
"%CURL%" -L -f -# -O https://downloads.sourceforge.net/project/portableapps/Mozilla%%20Firefox%%2C%%20Portable%%20Ed./Mozilla%%20Firefox%%20ESR%%2C%%20Portable%%20Edition%%2052.1.0/FirefoxPortableESR_52.1.0_%locale%.paf.exe %$X%
"%CURL%" -L -f -# -O https://downloads.sourceforge.net/project/portableapps/Mozilla%%20Firefox%%2C%%20Portable%%20Ed./Mozilla%%20Firefox%%20ESR%%2C%%20Portable%%20Edition%%2052.1.2/FirefoxPortableESR_52.1.2_%locale%.paf.exe %$X%
if errorlevel 1 (
echo ERROR:%ErrorLevel%
pause
@ -37,8 +37,8 @@ if "%locale%"=="Russian" (
echo Unpacking the installer and delete unnecessary files
)
7z x -y -o..\Firefox FirefoxPortableESR_52.1.0_%locale%.paf.exe > nul
del /Q FirefoxPortableESR_52.1.0_%locale%.paf.exe
7z x -y -o..\Firefox FirefoxPortableESR_52.1.2_%locale%.paf.exe > nul
del /Q FirefoxPortableESR_52.1.2_%locale%.paf.exe
rmdir /S /Q ..\Firefox\$PLUGINSDIR
rmdir /S /Q ..\Firefox\App\AppInfo
rmdir /S /Q ..\Firefox\App\Bin