Files
i2p.itoopie/installer/resources/ProcessPanel.Spec.xml

14 lines
408 B
XML
Raw Normal View History

<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
<processing>
<job name="Launching I2P...">
<os family="windows" />
<executefile name="$INSTALL_PATH/postinstall.bat" />
</job>
<job name="Launching I2P...">
<os family="unix" />
<executefile name="$INSTALL_PATH/sh">
<arg>postinstall.sh</arg>
</executefile>
</job>
</processing>