Browse Source

PR #9

pull/11/head
R4SAS 7 years ago
parent
commit
e698943604
  1. 2
      linux/build/build.sh
  2. 4
      windows/build/build.cmd

2
linux/build/build.sh

@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
arch=$(uname -m)
language=$(echo $LANG | cut -c-5 | sed s/_/-/g)
version="52.4.1esr"
version="52.5.0esr"
application="firefox"
ftpmirror="https://ftp.mozilla.org/pub/$application/releases/$version"

4
windows/build/build.cmd

@ -7,8 +7,8 @@ REM See full license text in LICENSE file at top of project tree @@ -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=52.4.1
set I2Pdversion=2.15.0
set FFversion=52.5.0
set I2Pdversion=2.16.0
call :GET_LOCALE
call :GET_PROXY
call :GET_ARCH

Loading…
Cancel
Save