diff options
| -rwxr-xr-x | indra/newview/viewer_manifest.py | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index f930e8b2ce..e0c332681e 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -689,10 +689,10 @@ class WindowsManifest(ViewerManifest):              self.path("zh-CN.pak")              self.path("zh-TW.pak") -            with self.prefix(src=os.path.join(pkgdir, 'bin', 'release'), dst="llplugin"): -                self.path("libvlc.dll") -                self.path("libvlccore.dll") -                self.path("plugins/") +        with self.prefix(src=os.path.join(pkgdir, 'bin', 'release'), dst="llplugin"): +            self.path("libvlc.dll") +            self.path("libvlccore.dll") +            self.path("plugins/")          # pull in the crash logger and updater from other projects          # tag:"crash-logger" here as a cue to the exporter | 
