summaryrefslogtreecommitdiff
path: root/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2021-12-20 15:35:59 +0200
committerMnikolenko Productengine <mnikolenko@productengine.com>2021-12-20 15:36:23 +0200
commitd91606b354e1b8dc570a6dd42c4c8d0b3566088f (patch)
tree63d2efe2731af4478ca81e89ddd5839a998e9622 /indra/newview/viewer_manifest.py
parent2112abac1bed6155aa8e2b1dcb768db009639d74 (diff)
parent0a873cd95547f003878c6d00d0883ff792f4a865 (diff)
Merge branch 'master' into DRTVWR-544-maint
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rwxr-xr-xindra/newview/viewer_manifest.py19
1 files changed, 6 insertions, 13 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 09aa3964ad..4b4958e1c2 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")
@@ -157,18 +156,12 @@ class ViewerManifest(LLManifest):
self.path("*/xui/*/widgets/*.xml")
self.path("*/*.xml")
- # Local HTML files (e.g. loading screen)
- # The claim is that we never use local html files any
- # longer. But rather than commenting out this block, let's
- # rename every html subdirectory as html.old. That way, if
- # we're wrong, a user actually does have the relevant
- # files; s/he just needs to rename every html.old
- # directory back to html to recover them.
- with self.prefix(src="*/html", dst="*/html.old"):
- self.path("*.png")
- self.path("*/*/*.html")
- self.path("*/*/*.gif")
-
+ # Update: 2017-11-01 CP Now we store app code in the html folder
+ # Initially the HTML/JS code to render equirectangular
+ # images for the 360 capture feature but more to follow.
+ with self.prefix(src="*/html", dst="*/html"):
+ self.path("*/*/*/*.js")
+ self.path("*/*/*.html")
#build_data.json. Standard with exception handling is fine. If we can't open a new file for writing, we have worse problems
#platform is computed above with other arg parsing