moved prebuilt bundle, added build scripts and tools for windows

Former-commit-id: f202272744bb4d12aa3f21881830dda66fc2eae2
This commit is contained in:
r4sas 2017-01-23 18:08:31 +03:00
parent 310d61a326
commit 21376f5fef
18 changed files with 4432 additions and 0 deletions

1
windows_prebuilt/build/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
I2PdBrowserPortable*.*

Binary file not shown.

View file

@ -0,0 +1,12 @@
@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
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.1.2.7z ..\Firefox ..\I2Pd ..\src\StartI2PdBrowser.bat
echo ƒ®â®¢®!
pause

View file

@ -0,0 +1,17 @@
@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
echo ‘®§¤ ¥¬ 7z  à娢 á ­ ¡®à®¬...
REM <20>  ¢ë室¥ ¯®«ãç ¥¬ 7z  à娢, ¢ ª®â®à®¬ ¡ã¤ãâ «¥¦ âì ¯ ¯ª¨ Firefox, I2Pd, src ¨ ä ©« StartI2PdBrowser.exe ã஢­¥¬ ¢ëè¥.
7z a -t7z -m0=lzma2 -mx=9 -aoa -mfb=273 -md=512m -ms=on I2PdBrowserPortable.7z ..\Firefox ..\I2Pd ..\src ..\StartI2PdBrowser.exe
echo ‘®§¤ ¥¬ 7z SFX - á ¬®à á¯ ª®¢ë¢ î騩áï  à娢...
REM <20>  ¢ë室¥ ¯®«ãç ¥¬ á ¬®à á¯ ª®¢ë¢ î騩áï  à娢,  à娢 ¯®á«¥ í⮣® 㤠«ï¥¬.
copy /b 7zsd_LZMA2_i2pdbrowser_1.1.2.sfx + config.txt + I2PdBrowserPortable.7z I2PdBrowserPortable_1.1.2.exe >> nul
del I2PdBrowserPortable.7z >> nul
echo ƒ®â®¢®!
pause

View file

@ -0,0 +1,12 @@
; Copyright (c) 2013-2017, The PurpleI2P Project
; This file is part of Purple i2pd project and licensed under BSD3
; 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="Распаковка файлов..."
InstallPath="%UserDesktop%\\I2PdBrowserPortable"
;!@InstallEnd@!