diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 22ed21392..24d48c9f8 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -58,6 +58,8 @@ class ViewerManifest(LLManifest): self.path("shaders") # ... and the entire windlight directory self.path("windlight") + # ... and the hunspell dictionaries + self.path("dictionaries") self.end_prefix("app_settings") if self.prefix(src="character"):