include manager directory in viewer manifest, not CMake

master
Glenn Glazer 2016-07-13 09:37:53 -07:00
parent 49b8a1c82d
commit adc67912d0
2 changed files with 1 additions and 1 deletions

View File

@ -714,6 +714,7 @@ class Darwin_i386_Manifest(ViewerManifest):
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

View File

@ -2,4 +2,3 @@
add_subdirectory(login)
add_subdirectory(updater)
add_subdirectory(manager)