summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandreykproductengine <andreykproductengine@lindenlab.com>2019-01-18 20:04:44 +0200
committerandreykproductengine <andreykproductengine@lindenlab.com>2019-01-18 20:04:44 +0200
commit5b64f1939c5e2374a9157796de1ef6891258bbea (patch)
tree2b7655cedb366fd85799bf4232c1a3a411655006
parent7204f166369a71cbdc5858e2cab7fa39ccc53f20 (diff)
SL-10153 bat file no longer should be in instal directory
-rwxr-xr-xindra/newview/viewer_manifest.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 4e8df5ce29..32773b2c36 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -498,7 +498,6 @@ 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()):