diff options
| -rw-r--r-- | indra/newview/viewer_manifest.py | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 54bf3a5918..1bc118139f 100644 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -247,13 +247,12 @@ class WindowsManifest(ViewerManifest):          self.disable_manifest_check() -        self.path(src="../viewer_components/updater/scripts/windows/update_install.bat", dst="") +        self.path(src="../viewer_components/updater/scripts/windows/update_install.bat", dst="update_install.bat")          # Get shared libs from the shared libs staging directory          if self.prefix(src=os.path.join(os.pardir, 'sharedlibs', self.args['configuration']),                         dst=""): -              self.enable_crt_manifest_check()              # Get kdu dll, continue if missing. | 
