diff options
author | Andrew A. de Laix <alain@lindenlab.com> | 2010-11-09 11:23:32 -0800 |
---|---|---|
committer | Andrew A. de Laix <alain@lindenlab.com> | 2010-11-09 11:23:32 -0800 |
commit | fdf616c59d87219e2d5ad6e12687cf2793cfba1e (patch) | |
tree | ec55d1532ed59426d2955e1d50bf5a48eab00b63 /indra/newview | |
parent | 1a711b3fd5912776424012fcfcb472baf6c195af (diff) |
beginnings of the update installer (with simple install script for darwin).
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/viewer_manifest.py | 4 |
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") |