From 31b6d83606daff4dfcb18ead9db4a0d5a6b82c74 Mon Sep 17 00:00:00 2001
From: Nat Goodspeed <nat@lindenlab.com>
Date: Wed, 28 Nov 2018 16:00:27 -0500
Subject: [PATCH] SL-10030: Include nextviewer.bat in the Windows install
 directory.

---
 indra/newview/viewer_manifest.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 32773b2c360..4e8df5ce29c 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -498,6 +498,7 @@ def construct(self):
             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()):
-- 
GitLab