rattail-palm/package.psml
2012-02-15 19:34:31 -06:00

15 lines
527 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<PalmOSInstaller
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://www.palmsource.com/installer/psi.xsd">
<Product ID="RattailPalm"
DisplayVersion="1.0"
Version="1.0.0.0"
OTA="true"
DownloadURL="http://yourURLhere.com/RattailPalm.psi">
<Component Platform="PalmOS">
<File Filename="RattailPalm.prc" InstallToCard="OK" />
</Component>
</Product>
</PalmOSInstaller>