
hopefully any other affected *nix systems) now properly discards non- essential directories after installation. * Support for Win9x in the installer and postinstall.bat. * Changed the name of the default installation directory on all platforms from "I2P" to "i2p" in the installer. * Changed "wrapper.conf" to "wrapper.config" for naming consistency with the other configuration files.
16 lines
495 B
XML
16 lines
495 B
XML
<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
|
|
|
|
<processing>
|
|
<job name="Launching I2P...">
|
|
<os family="windows" />
|
|
<executefile name="$INSTALL_PATH\postinstall.bat">
|
|
<arg>$INSTALL_PATH</arg>
|
|
</executefile>
|
|
</job>
|
|
<job name="Launching I2P...">
|
|
<os family="unix" />
|
|
<executefile name="/bin/sh">
|
|
<arg>$INSTALL_PATH/postinstall.sh</arg><arg>$INSTALL_PATH</arg>
|
|
</executefile>
|
|
</job>
|
|
</processing> |