init upload 1.1

Former-commit-id: 93cc2036ceb4c867d577f4d92b5b1e869718f857
This commit is contained in:
r4sas 2016-12-08 18:22:24 +03:00
parent 1cf91416ed
commit 3e5764beac
11 changed files with 100 additions and 0 deletions

1
build/.gitignore vendored Normal file
View file

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

BIN
build/7z.exe Normal file

Binary file not shown.

Binary file not shown.

8
build/build_7z.bat Normal file
View file

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

11
build/build_exe.bat Normal file
View file

@ -0,0 +1,11 @@
@echo off
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 - á ¬®à á¯ ª®¢ë¢ î騩áï  à娢...
copy /b 7zsd_LZMA2_i2pdbrowser_1.1.sfx + config.txt + I2PdBrowserPortable.7z I2PdBrowserPortable_1.1.exe >> nul
echo ƒ®â®¢®!
pause

9
build/config.txt Normal file
View file

@ -0,0 +1,9 @@
;!@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@!