mirror of
https://github.com/oooo-ps/i2pdbrowser.git
synced 2026-04-01 14:15:29 +00:00
moved prebuilt bundle, added build scripts and tools for windows
Former-commit-id: f202272744bb4d12aa3f21881830dda66fc2eae2
This commit is contained in:
parent
310d61a326
commit
21376f5fef
18 changed files with 4432 additions and 0 deletions
1
windows_prebuilt/build/.gitignore
vendored
Normal file
1
windows_prebuilt/build/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
I2PdBrowserPortable*.*
|
||||
BIN
windows_prebuilt/build/7z.exe
Normal file
BIN
windows_prebuilt/build/7z.exe
Normal file
Binary file not shown.
BIN
windows_prebuilt/build/7zsd_LZMA2_i2pdbrowser_1.1.2.sfx
Normal file
BIN
windows_prebuilt/build/7zsd_LZMA2_i2pdbrowser_1.1.2.sfx
Normal file
Binary file not shown.
12
windows_prebuilt/build/build_7z.bat
Normal file
12
windows_prebuilt/build/build_7z.bat
Normal 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
|
||||
17
windows_prebuilt/build/build_exe.bat
Normal file
17
windows_prebuilt/build/build_exe.bat
Normal 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
|
||||
12
windows_prebuilt/build/config.txt
Normal file
12
windows_prebuilt/build/config.txt
Normal 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@!
|
||||
Loading…
Add table
Add a link
Reference in a new issue