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