summaryrefslogtreecommitdiff
path: root/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
authorAdam Moss <moss@lindenlab.com>2007-04-18 09:17:53 +0000
committerAdam Moss <moss@lindenlab.com>2007-04-18 09:17:53 +0000
commit208ccf8c2c583669c78719d92aff0c354b85d151 (patch)
tree72f6f4b28c78748dda1741a5a3f4f8451f73c96f /indra/newview/viewer_manifest.py
parent0277259455c4354f81ea8a24c8ab93f27567bc6f (diff)
SL-24485, SL-40331, SL-23136, SL-40330, SL-25816, SL-40567,
SL-40568: land moss/linuxmisc-r60383: misc linuxclient & opensource fixes. svn merge svn+ssh://svn.lindenlab.com/svn/linden/release@60383 svn+ssh://svn.lindenlab.com/svn/linden/branches/moss/linuxmisc-r60383 -> release
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rwxr-xr-xindra/newview/viewer_manifest.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index e9dfa0a382..716f83611c 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -64,7 +64,6 @@ class ViewerManifest(LLManifest):
self.end_prefix("html/*")
self.end_prefix("skins")
- self.path("featuretable.txt")
self.path("releasenotes.txt")
self.path("lsl_guide.html")
self.path("gpu_table.txt")
@@ -115,6 +114,8 @@ class WindowsManifest(ViewerManifest):
self.path(self.find_existing_file('ReleaseForDownload/llkdu.dll', 'llkdu.dll', '../../libraries/i686-win32/lib_release/llkdu.dll'), dst='llkdu.dll')
self.path(src="licenses-win32.txt", dst="licenses.txt")
+ self.path("featuretable.txt")
+
# For use in crash reporting (generates minidumps)
self.path("dbghelp.dll")
@@ -388,6 +389,8 @@ class Linux_i686Manifest(LinuxManifest):
# recurse
self.end_prefix("res-sdl")
+ self.path("featuretable_linux.txt")
+
self.path("app_settings/mozilla-runtime-linux-i686")
if self.prefix("../../libraries/i686-linux/lib_release_client", "lib"):