I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 71577c9b authored by hypercubus's avatar hypercubus Committed by zzz
Browse files

adding provisional support for i2p launching from installer

parent c88c2450
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
<processing>
<job name="launch i2p windows">
<os family="windows" />
<executefile name="$INSTALL_PATH/i2prouter.bat" />
</job>
<job name="launch i2p unix">
<os family="unix" />
<executefile name="$INSTALL_PATH/i2prouter">
<arg>console</arg>
</executefile>
</job>
</processing>
\ No newline at end of file
......@@ -32,6 +32,7 @@
<panel classname="TargetPanel"/>
<panel classname="InstallPanel"/>
<panel classname="SimpleFinishPanel"/>
<panel classname="ProcessPanel"/>
</panels>
<packs>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment