mirror of
https://github.com/oooo-ps/i2pdbrowser.git
synced 2026-04-01 14:15:29 +00:00
update firefox config
update builders to get ESR 52.1.2 Former-commit-id: 559264149cba747fa0f738fc40364188ee4edf3f
This commit is contained in:
parent
da787df81e
commit
1a6db5947a
5 changed files with 314 additions and 24 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue