89 lines
3.2 KiB
XML
89 lines
3.2 KiB
XML
<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
|
|
<installation version="1.0">
|
|
<info>
|
|
<appname>itoopie</appname>
|
|
<appversion>0.0.2</appversion>
|
|
<url>http://itoopie.i2p</url>
|
|
</info>
|
|
|
|
<guiprefs width="590" height="356" resizable="yes">
|
|
<laf name="liquid">
|
|
<os family="unix"/>
|
|
</laf>
|
|
<!-- full names, not iso3 codes -->
|
|
<modifier key="langDisplayType" value="native" />
|
|
</guiprefs>
|
|
|
|
<native type="izpack" name="ShellLink.dll" />
|
|
<native type="izpack" name="ShellLink_x64.dll" />
|
|
<!-- <native type="3rdparty" name="COIOSHelper.dll" />
|
|
<native type="3rdparty" name="COIOSHelper_x64.dll" /> -->
|
|
|
|
<locale>
|
|
<langpack iso3="eng"/>
|
|
<langpack iso3="cat"/>
|
|
<langpack iso3="chn"/>
|
|
<langpack iso3="cze"/>
|
|
<langpack iso3="dan"/>
|
|
<langpack iso3="deu"/>
|
|
<langpack iso3="ell"/>
|
|
<langpack iso3="fa"/>
|
|
<langpack iso3="fin"/>
|
|
<langpack iso3="fra"/>
|
|
<langpack iso3="glg"/>
|
|
<langpack iso3="hun"/>
|
|
<langpack iso3="ind"/>
|
|
<langpack iso3="ita"/>
|
|
<langpack iso3="jpn"/>
|
|
<langpack iso3="kor"/>
|
|
<langpack iso3="mys"/>
|
|
<langpack iso3="ned"/>
|
|
<langpack iso3="nor"/>
|
|
<langpack iso3="pol"/>
|
|
<langpack iso3="por"/>
|
|
<langpack iso3="rom"/>
|
|
<langpack iso3="rus"/>
|
|
<langpack iso3="scg"/>
|
|
<langpack iso3="spa"/>
|
|
<langpack iso3="svk"/>
|
|
<langpack iso3="swe"/>
|
|
<langpack iso3="tur"/>
|
|
<langpack iso3="twn"/>
|
|
<langpack iso3="ukr"/>
|
|
</locale>
|
|
|
|
<resources>
|
|
<res id="Installer.image" src="resources/images/itoopielogo.png" />
|
|
<res id="shortcutSpec.xml" src="installer/resources/shortcutSpec.xml" />
|
|
<res src="installer/resources/Unix_shortcutSpec.xml" id="Unix_shortcutSpec.xml"/>
|
|
<!--<res id="RegistrySpec.xml" src="installer/resources/registry.xml" /> -->
|
|
|
|
</resources>
|
|
|
|
<panels>
|
|
<panel classname="TargetPanel" />
|
|
<!--<panel classname="PacksPanel" />-->
|
|
<panel classname="InstallPanel" />
|
|
<panel classname="ShortcutPanel" />
|
|
<panel classname="FinishPanel" />
|
|
</panels>
|
|
|
|
<packs>
|
|
<pack name="itoopie" required="yes">
|
|
<description>The easy I2P UI</description>
|
|
<fileset dir="dist/" includes="*.txt" targetdir="$INSTALL_PATH"/>
|
|
<fileset dir="dist/lib" includes="**/*" targetdir="$INSTALL_PATH/lib" />
|
|
<fileset dir="dist/" includes="*.exe" targetdir="$INSTALL_PATH" os="windows" />
|
|
<fileset dir="dist/" includes="*.jar" targetdir="$INSTALL_PATH" os="unix" />
|
|
<file src="resources/images/itoopie-128.ico" targetdir="$INSTALL_PATH/icons" os="windows" />
|
|
<file src="resources/images/thrash-128.ico" targetdir="$INSTALL_PATH/icons" os="windows" />
|
|
<file src="resources/images/itoopie-128.png" targetdir="$INSTALL_PATH/icons" os="unix" />
|
|
|
|
<!--
|
|
<executable targetfile="$INSTALL_PATH/bin/startup.sh" />
|
|
<executable targetfile="$INSTALL_PATH/bin/startup.bat" />
|
|
-->
|
|
</pack>
|
|
</packs>
|
|
</installation>
|