manifest.tmpl

来自「wireshark 0.99.7 最新源码」· TMPL 代码 · 共 19 行

TMPL
19
字号
<?xml version="1.0" encoding="UTF-8"?><u3manifest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0">	<application uuid="$(UUID)" version="$(U3_VERSION)">		<icon>wireshark.ico</icon>		<name>Wireshark</name>		<vendor url="http://www.wireshark.org/">The Wireshark Developer Community</vendor>		<description>Wireshark $(VERSION) is one of the world's foremost network protocol analyzers, and is the standard in many parts of the industry.</description>		<options>			<minFreeSpace>40</minFreeSpace>		</options>	</application>	<actions>		<hostConfigure cmd="%U3_HOST_EXEC_PATH%\u3util.exe">hostConfigure</hostConfigure>		<appStart cmd="%U3_HOST_EXEC_PATH%\wireshark.exe"/>		<appStop cmd="%U3_HOST_EXEC_PATH%\u3util.exe">appStop</appStop>		<hostCleanUp cmd="%U3_HOST_EXEC_PATH%\u3util.exe">hostCleanUp</hostCleanUp>	</actions></u3manifest>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?