Skip to content
Snippets Groups Projects
Commit 31b6d836 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

SL-10030: Include nextviewer.bat in the Windows install directory.

parent 58634033
No related branches found
No related tags found
No related merge requests found
...@@ -498,6 +498,7 @@ def construct(self): ...@@ -498,6 +498,7 @@ def construct(self):
with self.prefix(src=os.path.join(pkgdir, "VMP")): with self.prefix(src=os.path.join(pkgdir, "VMP")):
# include the compiled launcher scripts so that it gets included in the file_list # include the compiled launcher scripts so that it gets included in the file_list
self.path('SLVersionChecker.exe') self.path('SLVersionChecker.exe')
self.path('nextviewer.bat')
with self.prefix(dst="vmp_icons"): with self.prefix(dst="vmp_icons"):
with self.prefix(src=self.icon_path()): with self.prefix(src=self.icon_path()):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment