diff options
author | Glenn Glazer <coyot@lindenlab.com> | 2016-07-13 09:37:53 -0700 |
---|---|---|
committer | Glenn Glazer <coyot@lindenlab.com> | 2016-07-13 09:37:53 -0700 |
commit | adc67912d097aa032b7e7e76f6e87e8e6c54525e (patch) | |
tree | 5361cd8ec52971014994194c14887c6ba2ec847a /indra/newview | |
parent | 49b8a1c82d1b12138fa1177db52efa9698c923f5 (diff) |
include manager directory in viewer manifest, not CMake
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/viewer_manifest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index f476adda4f..9194a2161a 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -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 |