mirror of
https://github.com/oooo-ps/i2pdbrowser.git
synced 2026-04-01 06:05:27 +00:00
1.2.7 init
Former-commit-id: 153796d35e0dd7b8a7bca1ab85c3a4566fe771c0
This commit is contained in:
parent
ab030ae7c0
commit
b4a1d778cf
41 changed files with 38 additions and 53 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue