Remove version from Launchpad name and include a default dfilter_macros to remove start-up warning.

svn path=/trunk/; revision=20710
This commit is contained in:
Graeme Lunt 2007-02-04 12:35:31 +00:00
parent 74fa87ddb2
commit fd3f0f3196
2 changed files with 3 additions and 2 deletions

View File

@ -212,6 +212,7 @@ distribution: host-dirs device-dirs data-dirs manifest-dirs manifest.u3i u3util
$(COPY) $(TOPDIR)\epan\wslua\dtd_gen.lua $(DEVICE) $(COPY_FLAGS)
!ENDIF
$(COPY) $(TOPDIR)\packaging\nsis\WinPcap_4_0.exe $(DEVICE) $(COPY_FLAGS)
$(COPY) $(TOPDIR)\dfilter_macros $(DEVICE) $(COPY_FLAGS)
# host
#
# these files are copied onto the U3 host and are required to make Wireshark stable

View File

@ -2,9 +2,9 @@
<u3manifest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0">
<application uuid="bded1f20-ac95-11db-a05b-0002a5d5c51b" version="$(VERSION)">
<icon>wireshark.ico</icon>
<name>Wireshark $(VERSION)</name>
<name>Wireshark</name>
<vendor url="http://www.wireshark.org/">The Wireshark Developer Community</vendor>
<description>Wireshark is one of the world's foremost network protocol analyzers, and is the standard in many parts of the industry.</description>
<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>60</minFreeSpace>
</options>