Change eepget.bat to be parsed when os=windows

osfamily=windows apparently doesn't work in the parseable section (found when
creating a linux only installer).
This commit is contained in:
kytv
2011-09-12 17:23:03 +00:00
parent 0018ac040a
commit fd2c83f052

View File

@ -134,7 +134,7 @@
<parsable targetfile="$INSTALL_PATH/wrapper.config" type="plain" />
<parsable targetfile="$INSTALL_PATH/i2prouter" type="shell" os="unix|mac" />
<parsable targetfile="$INSTALL_PATH/eepget" type="shell" os="unix|mac" />
<parsable targetfile="$INSTALL_PATH/eepget.bat" type="shell" osfamily="windows" />
<parsable targetfile="$INSTALL_PATH/eepget.bat" type="shell" os="windows" />
<parsable targetfile="$INSTALL_PATH/runplain.sh" type="shell" os="unix|mac" />
<parsable targetfile="$INSTALL_PATH/Start I2P Router.app/Contents/MacOS/i2prouter" type="shell" os="mac" />