forked from I2P_Developers/i2p.i2p
use <os family="unix"> instead of just <os = 'unix'>
This commit is contained in:
@@ -132,10 +132,10 @@
|
|||||||
and the izpack docs for some guidance.
|
and the izpack docs for some guidance.
|
||||||
-->
|
-->
|
||||||
<parsable targetfile="$INSTALL_PATH/wrapper.config" type="plain" />
|
<parsable targetfile="$INSTALL_PATH/wrapper.config" type="plain" />
|
||||||
<parsable targetfile="$INSTALL_PATH/i2prouter" type="shell" os="unix" />
|
<parsable targetfile="$INSTALL_PATH/i2prouter" type="shell"> <os family="unix" /> </parsable>
|
||||||
<parsable targetfile="$INSTALL_PATH/eepget" type="shell" os="unix" />
|
<parsable targetfile="$INSTALL_PATH/eepget" type="shell"> <os family="unix" /> </parsable>
|
||||||
<parsable targetfile="$INSTALL_PATH/eepget.bat" type="shell" os="windows" />
|
<parsable targetfile="$INSTALL_PATH/eepget.bat" type="shell" os="windows" />
|
||||||
<parsable targetfile="$INSTALL_PATH/runplain.sh" type="shell" os="unix" />
|
<parsable targetfile="$INSTALL_PATH/runplain.sh" type="shell"> <os family="unix" /> </parsable>
|
||||||
<parsable targetfile="$INSTALL_PATH/Start I2P Router.app/Contents/MacOS/i2prouter" type="shell" os="mac" />
|
<parsable targetfile="$INSTALL_PATH/Start I2P Router.app/Contents/MacOS/i2prouter" type="shell" os="mac" />
|
||||||
|
|
||||||
<conditions>
|
<conditions>
|
||||||
|
Reference in New Issue
Block a user