[BACK]Return to manifest.u3i CVS log [TXT][DIR] Up to [local] / u3p / _Blank_Template / Manifest

Annotation of u3p/_Blank_Template/Manifest/manifest.u3i, Revision 1.1

1.1     ! andrew      1: <u3manifest version="1.0">
        !             2:        <application uuid="" version="">
        !             3:                <icon>AppName.ico</icon>
        !             4:                <name>AppName</name>
        !             5:                <vendor></vendor>
        !             6:                <description></description>
        !             7:                <options>
        !             8:                        <minFreeSpace>1.0</minFreeSpace>
        !             9:                </options>
        !            10:                <i18n></i18n>
        !            11:        </application>
        !            12:                <actions>
        !            13:                        <appStart cmd="%U3_APP_DATA_PATH%\AppName.exe"></appStart>
        !            14:                        <appStop cmd="%U3_HOST_EXEC_PATH%\appstop.exe"> -t -s AppName</appStop>
        !            15:                        <hostCleanUp cmd="%U3_HOST_EXEC_PATH%\appstop.exe"> -t -s AppName</hostCleanUp>
        !            16:                </actions>
        !            17: </u3manifest>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>