summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorAndrew A. de Laix <alain@lindenlab.com>2010-11-09 12:07:49 -0800
committerAndrew A. de Laix <alain@lindenlab.com>2010-11-09 12:07:49 -0800
commit590e35a6f5a5959e32328f4add2aa8ef672469c5 (patch)
treed82b5faef6463c85b0e6f8c472e2ed105ac65dc4 /indra/newview
parent656b936915d5fd29f213f8eb7cd3873baed19109 (diff)
parent8c9b707d586150c7562a8bc74934e09894900a27 (diff)
Automated merge with https://bitbucket.org/mani_linden/viewer-development/
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/viewer_manifest.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 4596938775..f95697adb6 100644
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -575,6 +575,10 @@ class DarwinManifest(ViewerManifest):
# most everything goes in the Resources directory
if self.prefix(src="", dst="Resources"):
super(DarwinManifest, self).construct()
+
+ if self.prefix(src="../viewer_components/updater", dst=""):
+ self.path("update_install")
+ self.end_prefix()
if self.prefix("cursors_mac"):
self.path("*.tif")