mirror of
https://github.com/oooo-ps/i2pdbrowser.git
synced 2026-04-01 22:25:27 +00:00
Update Firefox, NoScript and I2Pd (#72)
This pull request updates Firefox ESR from version 115.17.0 to 115.19.0, NoScript from version 11.5.0 to 12.1.1, and I2Pd from version 2.54.0 to 2.55.0.
This commit is contained in:
parent
4137cbb812
commit
37abab181d
3 changed files with 8 additions and 8 deletions
|
|
@ -7,8 +7,8 @@ REM See full license text in LICENSE file at top of project tree
|
|||
setlocal enableextensions
|
||||
|
||||
set CURL=%~dp0curl.exe
|
||||
set FFversion=115.17.0esr
|
||||
set I2Pdversion=2.54.0
|
||||
set FFversion=115.19.0esr
|
||||
set I2Pdversion=2.55.0
|
||||
call :GET_LOCALE
|
||||
call :GET_PROXY
|
||||
call :GET_ARCH
|
||||
|
|
@ -108,7 +108,7 @@ if "%locale%"=="ru" (
|
|||
) else (
|
||||
echo Downloading NoScript extension
|
||||
)
|
||||
"%CURL%" -L -f -# -o ..\Firefox\App\Firefox\browser\extensions\{73a6fe31-595d-460b-a920-fcc0f8843232}.xpi https://addons.mozilla.org/firefox/downloads/file/4377088/noscript-11.5.0.xpi
|
||||
"%CURL%" -L -f -# -o ..\Firefox\App\Firefox\browser\extensions\{73a6fe31-595d-460b-a920-fcc0f8843232}.xpi https://addons.mozilla.org/firefox/downloads/file/4411102/noscript-12.1.1.xpi
|
||||
if errorlevel 1 ( echo ERROR:%ErrorLevel% && pause && exit ) else (echo OK!)
|
||||
|
||||
echo.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue