summaryrefslogtreecommitdiff
path: root/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
authorCallum Prentice <callum@lindenlab.com>2021-03-10 11:59:23 -0800
committerCallum Prentice <callum@lindenlab.com>2021-03-10 11:59:23 -0800
commit45af049a479928208a1ad30a90c1db6be1969f9a (patch)
treee40aabda6866b3ca163e0ffe86127fd49332278a /indra/newview/viewer_manifest.py
parentb1add74c31cfd28c1e671470991254b4545fb573 (diff)
parent88d837c16e768c5262073a7df965066d4bd8842c (diff)
Merge branch 'master' into DRTVWR-531
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rwxr-xr-xindra/newview/viewer_manifest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index a7ade06274..3ce3aae469 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -69,6 +69,7 @@ class ViewerManifest(LLManifest):
self.exclude("logcontrol-dev.xml")
self.path("*.ini")
self.path("*.xml")
+ self.path("*.db2")
# include the entire shaders directory recursively
self.path("shaders")