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

File: [local] / u3p / _Blank_Template / Manifest / manifest.u3i (download)

Revision 1.1, Mon Oct 20 19:30:29 2008 UTC (15 years, 7 months ago) by andrew
Branch: MAIN
CVS Tags: HEAD

some files that should have been in CVS already

<u3manifest version="1.0">
	<application uuid="" version="">
		<icon>AppName.ico</icon>
		<name>AppName</name>
		<vendor></vendor>
		<description></description>
		<options>
			<minFreeSpace>1.0</minFreeSpace>
		</options>
		<i18n></i18n>
	</application>
		<actions>
			<appStart cmd="%U3_APP_DATA_PATH%\AppName.exe"></appStart>
			<appStop cmd="%U3_HOST_EXEC_PATH%\appstop.exe"> -t -s AppName</appStop>
			<hostCleanUp cmd="%U3_HOST_EXEC_PATH%\appstop.exe"> -t -s AppName</hostCleanUp>
		</actions>
</u3manifest>