summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorCallum Prentice <callum@gmail.com>2020-10-07 16:50:33 -0700
committerCallum Prentice <callum@gmail.com>2020-10-07 16:50:33 -0700
commita11e8ffe4bc4dee79bf199592718837ef2429a29 (patch)
treeb8b73eac36f7ac7a4a41fa85752f75475cb361dd /indra/newview
parent1a9942a51c2b5db51adb75356f342665743d1f16 (diff)
remove the static cache files from the viewer and update viewer_manifest.py to not try to copy them into the installer bundle
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/app_settings/static_data.db2bin576578 -> 0 bytes
-rw-r--r--indra/newview/app_settings/static_index.db2bin9894 -> 0 bytes
-rwxr-xr-xindra/newview/viewer_manifest.py1
3 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/app_settings/static_data.db2 b/indra/newview/app_settings/static_data.db2
deleted file mode 100644
index f85aa81601..0000000000
--- a/indra/newview/app_settings/static_data.db2
+++ /dev/null
Binary files differ
diff --git a/indra/newview/app_settings/static_index.db2 b/indra/newview/app_settings/static_index.db2
deleted file mode 100644
index a5440f96f2..0000000000
--- a/indra/newview/app_settings/static_index.db2
+++ /dev/null
Binary files differ
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 90a2af98f7..def73a3d51 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -69,7 +69,6 @@ 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")