summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorAndrew A. de Laix <alain@lindenlab.com>2010-11-11 11:05:46 -0800
committerAndrew A. de Laix <alain@lindenlab.com>2010-11-11 11:05:46 -0800
commit4e22d63352dd65085cfbba9c22070271ecdd4bcf (patch)
tree10f86c8a2c109c46c0d21117a0151ef67bea44e3 /indra/newview
parent6e15957d909787ba612004903f04335a593b5348 (diff)
Add very basic windows install script.
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 0073641ed4..55d64fd3a6 100644
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -251,6 +251,10 @@ class WindowsManifest(ViewerManifest):
if self.prefix(src=os.path.join(os.pardir, 'sharedlibs', self.args['configuration']),
dst=""):
+ if self.prefix(src="../../viewer_components/updater", dst=""):
+ self.path("update_install.bat")
+ self.end_prefix()
+
self.enable_crt_manifest_check()
# Get kdu dll, continue if missing.