forked from I2P_Developers/i2p.i2p
- add configs/win batchfiles to installer/resources/portable * currently only pkg-portable-win32 on win32 available need linuxers to write target preppkg-portable-nix/pkg-portable-linux and enable pkg-portable-win32 on linux (i doubt anyone need it ?) shell scripts should goto installer/resources/portable/configs/linux/
9 lines
286 B
Batchfile
9 lines
286 B
Batchfile
@echo off
|
|
path %path%;c:\program Files\Java\jre6\bin;
|
|
echo ========== Unpacking .jar libs, plz wait ... ============
|
|
for %%i in (lib\*.pack) do unpack200 -r %%i lib\%%~ni.jar
|
|
ren batch1.na StartI2P.bat
|
|
ren batch2.na EepGet.bat
|
|
ren i2psvc.ex_ i2psvc.exe
|
|
del ClickMe2UnPack.bat
|