diff options
author | Andrew A. de Laix <alain@lindenlab.com> | 2010-11-11 11:05:46 -0800 |
---|---|---|
committer | Andrew A. de Laix <alain@lindenlab.com> | 2010-11-11 11:05:46 -0800 |
commit | 4e22d63352dd65085cfbba9c22070271ecdd4bcf (patch) | |
tree | 10f86c8a2c109c46c0d21117a0151ef67bea44e3 /indra/newview | |
parent | 6e15957d909787ba612004903f04335a593b5348 (diff) |
Add very basic windows install script.
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 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. |