This commit is contained in:
R4SAS 2017-03-14 15:03:30 +03:00
parent dc534a55c0
commit 47b5394e91
46 changed files with 40 additions and 37 deletions

View File

@ -8,12 +8,12 @@
arch=$(uname -m)
language=$(echo $LANG | cut -c-5 | sed s/_/-/g)
version="45.7.0esr"
version="45.8.0esr"
application="firefox"
curlfind=$(which curl)
if [ -z $curlfind ]; then
echo "Can't find cURL installed. That script needs it!";
echo "Can't find 'cURL' installed. That script needs it!";
exit 1;
fi
@ -34,7 +34,7 @@ fi
if [ $? -ne 0 ]; then # Not found error, trying to download english version
echo "[TRY 3] I'll try download Firefox with English language code";
language="en_US"
# re-create variable with cutted lang
# re-create lang variable
url="https://ftp.mozilla.org/pub/$application/releases/$version/linux-$arch/$language/$file"
curl -L -f -# -O $url
fi

View File

@ -19,5 +19,3 @@ if [ $arch == "x86_64" ]
else
screen -Adm -S i2pd ./i2pd-i386 --datadir=.
fi

View File

@ -9,11 +9,11 @@ REM BFCPEEMBEDDELETE=1
REM BFCPEADMINEXE=0
REM BFCPEINVISEXE=0
REM BFCPEVERINCLUDE=1
REM BFCPEVERVERSION=1.2.0.0
REM BFCPEVERVERSION=1.2.1.0
REM BFCPEVERPRODUCT=I2Pd Browser Portable
REM BFCPEVERDESC=I2Pd Browser
REM BFCPEVERCOMPANY=PurpleI2P
REM BFCPEVERCOPYRIGHT=Copyright © 2013-2016 PurpleI2P Project
REM BFCPEVERCOPYRIGHT=Copyright © 2013-2017 PurpleI2P Project
REM BFCPEOPTIONEND
REM Copyright (c) 2013-2017, The PurpleI2P Project

View File

@ -1,4 +1,9 @@
@echo off
REM Copyright (c) 2013-2017, The PurpleI2P Project
REM This file is part of Purple i2pd project and licensed under BSD3
REM See full license text in LICENSE file at top of project tree
setlocal enableextensions
set CURL=%~dp0curl.exe
@ -18,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%%2045.7.0/FirefoxPortableESR_45.7.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%%2045.8.0/FirefoxPortableESR_45.8.0_%locale%.paf.exe %$X%
if errorlevel 1 (
echo ERROR:%ErrorLevel%
pause
@ -32,8 +37,8 @@ if "%locale%"=="Russian" (
echo Unpacking the installer and delete unnecessary files
)
7z x -y -o..\Firefox FirefoxPortableESR_45.7.0_%locale%.paf.exe > nul
del /Q FirefoxPortableESR_45.7.0_%locale%.paf.exe
7z x -y -o..\Firefox FirefoxPortableESR_45.8.0_%locale%.paf.exe > nul
del /Q FirefoxPortableESR_45.8.0_%locale%.paf.exe
rmdir /S /Q ..\Firefox\$PLUGINSDIR
rmdir /S /Q ..\Firefox\App\AppInfo
rmdir /S /Q ..\Firefox\App\Bin

View File

@ -5,15 +5,15 @@
Vendor=Mozilla
Name=Firefox
RemotingName=firefox
Version=45.7.0
BuildID=20170118123525
Version=45.8.0
BuildID=20170301181722
SourceRepository=https://hg.mozilla.org/releases/mozilla-esr45
SourceStamp=910ad552cbf529656161b68f394a205216754f06
SourceStamp=e5083d8a855a12f5f35e824573748fad71fa6693
ID={ec8030f7-c20a-464f-9b0e-13a3a9e97384}
[Gecko]
MinVersion=45.7.0
MaxVersion=45.7.0
MinVersion=45.8.0
MaxVersion=45.8.0
[XRE]
EnableProfileMigrator=1

View File

@ -1,5 +1,5 @@
[Build]
BuildID=20170118123525
Milestone=45.7.0
SourceStamp=910ad552cbf529656161b68f394a205216754f06
BuildID=20170301181722
Milestone=45.8.0
SourceStamp=e5083d8a855a12f5f35e824573748fad71fa6693
SourceRepository=https://hg.mozilla.org/releases/mozilla-esr45

View File

@ -7,13 +7,13 @@ Vendor=Mozilla
; origin, overriding the value below, to make the app runner treat webapps
; as distinct products, per bug 747409.
Name=Webapp Runtime
Version=45.7.0
BuildID=20170118123525
Version=45.8.0
BuildID=20170301181722
UAName=Firefox
[Gecko]
MinVersion=45.7.0
MaxVersion=45.7.0
MinVersion=45.8.0
MaxVersion=45.8.0
[Crash Reporter]
Enabled=0

View File

@ -6,7 +6,7 @@ REM See full license text in LICENSE file at top of project tree
echo ‘®§¤ ¥¬ 7z  à娢 á ­ ¡®à®¬...
REM <20>  ¢ë室¥ ¯®«ãç ¥¬ 7z  à娢, ¢ ª®â®à®¬ ¡ã¤ãâ «¥¦ âì ¯ ¯ª¨ Firefox, I2Pd ¨ StartI2PdBrowser.bat ¨§ ¯ ¯ª¨ src ã஢­¥¬ ¢ëè¥.
7z a -t7z -m0=lzma2 -mx=9 -aoa -mfb=273 -md=512m -ms=on I2PdBrowserPortable_1.2.7z ..\Firefox ..\I2Pd ..\src\StartI2PdBrowser.bat
7z a -t7z -m0=lzma2 -mx=9 -aoa -mfb=273 -md=512m -ms=on I2PdBrowserPortable_1.2.1.7z ..\Firefox ..\I2Pd ..\src\StartI2PdBrowser.bat
echo ƒ®â®¢®!
pause

View File

@ -10,7 +10,7 @@ REM
echo ‘®§¤ ¥¬ 7z SFX - á ¬®à á¯ ª®¢ë¢ î騩áï  à娢...
REM <20>  ¢ë室¥ ¯®«ãç ¥¬ á ¬®à á¯ ª®¢ë¢ î騩áï  à娢,  à娢 ¯®á«¥ í⮣® 㤠«ï¥¬.
copy /b 7zsd_LZMA2_i2pdbrowser_1.2.sfx + config.txt + I2PdBrowserPortable.7z I2PdBrowserPortable_1.2.exe >> nul
copy /b 7zsd_LZMA2_i2pdbrowser_1.2.1.sfx + config.txt + I2PdBrowserPortable.7z I2PdBrowserPortable_1.2.1.exe >> nul
del I2PdBrowserPortable.7z >> nul
echo ƒ®â®¢®!

View File

@ -3,10 +3,10 @@
; See full license text in LICENSE file at top of project tree
;!@Install@!UTF-8!
GUIFlags="2+4+8+16+32+64+1024+2048+4096"
Title="Установка I2Pd Browser Portable"
BeginPromptTimeout="30"
BeginPrompt="Сейчас будет произведено извлечение:\n\tI2Pd Browser Portable"
ExtractTitle="Подождите..."
ExtractDialogText="Распаковка файлов..."
Title="Extracting I2Pd Browser Portable"
BeginPromptTimeout="15"
BeginPrompt="Now we will extract: I2Pd Browser Portable"
ExtractTitle="Please wait..."
ExtractDialogText="Extracting files..."
InstallPath="%UserDesktop%\\I2PdBrowserPortable"
;!@InstallEnd@!

View File

@ -9,11 +9,11 @@ REM BFCPEEMBEDDELETE=1
REM BFCPEADMINEXE=0
REM BFCPEINVISEXE=0
REM BFCPEVERINCLUDE=1
REM BFCPEVERVERSION=1.2.0.0
REM BFCPEVERVERSION=1.2.1.0
REM BFCPEVERPRODUCT=I2Pd Browser Portable
REM BFCPEVERDESC=I2Pd Browser
REM BFCPEVERCOMPANY=PurpleI2P
REM BFCPEVERCOPYRIGHT=Copyright © 2013-2016 PurpleI2P Project
REM BFCPEVERCOPYRIGHT=Copyright © 2013-2017 PurpleI2P Project
REM BFCPEOPTIONEND
REM Copyright (c) 2013-2017, The PurpleI2P Project