diff options
author | Callum Prentice <callum@gmail.com> | 2020-10-07 16:50:33 -0700 |
---|---|---|
committer | Callum Prentice <callum@gmail.com> | 2020-10-07 16:50:33 -0700 |
commit | a11e8ffe4bc4dee79bf199592718837ef2429a29 (patch) | |
tree | b8b73eac36f7ac7a4a41fa85752f75475cb361dd /indra/newview | |
parent | 1a9942a51c2b5db51adb75356f342665743d1f16 (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.db2 | bin | 576578 -> 0 bytes | |||
-rw-r--r-- | indra/newview/app_settings/static_index.db2 | bin | 9894 -> 0 bytes | |||
-rwxr-xr-x | indra/newview/viewer_manifest.py | 1 |
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 Binary files differdeleted file mode 100644 index f85aa81601..0000000000 --- a/indra/newview/app_settings/static_data.db2 +++ /dev/null diff --git a/indra/newview/app_settings/static_index.db2 b/indra/newview/app_settings/static_index.db2 Binary files differdeleted file mode 100644 index a5440f96f2..0000000000 --- a/indra/newview/app_settings/static_index.db2 +++ /dev/null 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") |