Skip to content
Snippets Groups Projects
Commit adc67912 authored by Glenn Glazer's avatar Glenn Glazer
Browse files

include manager directory in viewer manifest, not CMake

parent 49b8a1c8
No related branches found
No related tags found
No related merge requests found
......@@ -714,6 +714,7 @@ def construct(self):
self.path2basename("../viewer_components/updater/scripts/darwin", "*.py")
#this copies over the python wrapper script, see SL-322
self.path2basename("../viewer_components/manager","SL_Launcher")
self.path2basename("../viewer_components/manager","*.py")
self.end_prefix()
# most everything goes in the Resources directory
......
......@@ -2,4 +2,3 @@
add_subdirectory(login)
add_subdirectory(updater)
add_subdirectory(manager)
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