summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2018-11-28 16:00:27 -0500
committerNat Goodspeed <nat@lindenlab.com>2018-11-28 16:00:27 -0500
commit31b6d83606daff4dfcb18ead9db4a0d5a6b82c74 (patch)
treeac0977408fcfe1ef2f3c591dc82d929ee1348f43 /indra/newview
parent58634033918b2be86534120e08d3b49a4ebcef5a (diff)
SL-10030: Include nextviewer.bat in the Windows install directory.
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/newview/viewer_manifest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 32773b2c36..4e8df5ce29 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -498,6 +498,7 @@ class WindowsManifest(ViewerManifest):
with self.prefix(src=os.path.join(pkgdir, "VMP")):
# include the compiled launcher scripts so that it gets included in the file_list
self.path('SLVersionChecker.exe')
+ self.path('nextviewer.bat')
with self.prefix(dst="vmp_icons"):
with self.prefix(src=self.icon_path()):