1.2.7 init

Former-commit-id: 153796d35e0dd7b8a7bca1ab85c3a4566fe771c0
This commit is contained in:
R4SAS 2018-03-20 23:25:22 +03:00
parent ab030ae7c0
commit b4a1d778cf
41 changed files with 38 additions and 53 deletions

View file

@ -1,9 +1,9 @@
@ECHO OFF
REM Copyright (c) 2013-2017, The PurpleI2P Project
REM Copyright (c) 2013-2018, 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
title Starting I2Pd Browser 1.2.6
title Starting I2Pd Browser 1.2.7
set $pause=ping.exe 0.0.0.0 -n
set $cd=%CD%
ver| find "6." >nul && set $pause=timeout.exe /t

View file

@ -1,14 +1,14 @@
@echo off
REM Copyright (c) 2013-2017, The PurpleI2P Project
REM Copyright (c) 2013-2018, 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
set FFversion=52.6.0
set I2Pdversion=2.17.0
set FFversion=52.7.2
set I2Pdversion=2.18.0
call :GET_LOCALE
call :GET_PROXY
call :GET_ARCH
@ -132,7 +132,7 @@ goto :eof
:GET_ARCH
set xOS=win32
REM if defined PROCESSOR_ARCHITEW6432 (set xOS=x64) else if "%PROCESSOR_ARCHITECTURE%"=="AMD64" set xOS=win64
if defined PROCESSOR_ARCHITEW6432 (set xOS=x64) else if "%PROCESSOR_ARCHITECTURE%" neq "x86" (set xOS=win64)
goto :eof
:eof

View file

@ -1,7 +1,7 @@
# Mozilla User preferences
/*
* Copyright (c) 2013-2017, The PurpleI2P Project
* Copyright (c) 2013-2018, The PurpleI2P Project
*
* This file is part of Purple i2pd project and licensed under BSD3
*