summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorAndrew A. de Laix <alain@lindenlab.com>2010-11-09 11:23:32 -0800
committerAndrew A. de Laix <alain@lindenlab.com>2010-11-09 11:23:32 -0800
commitfdf616c59d87219e2d5ad6e12687cf2793cfba1e (patch)
treeec55d1532ed59426d2955e1d50bf5a48eab00b63 /indra/newview
parent1a711b3fd5912776424012fcfcb472baf6c195af (diff)
beginnings of the update installer (with simple install script for darwin).
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")