summaryrefslogtreecommitdiff
path: root/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
authornat-goodspeed <nat@lindenlab.com>2024-05-09 10:41:17 -0400
committerGitHub <noreply@github.com>2024-05-09 10:41:17 -0400
commita3f2cacf542e1d770698ef6c7e6ea1c0a5cd3368 (patch)
tree5e0af7909b62f6ca0ed01056366aafed8ed57753 /indra/newview/viewer_manifest.py
parent51e86a0eff4e919075b32c498305add577450111 (diff)
parentcec3b8d870085925cd0c9fb900b7d5e4629bcbfd (diff)
Merge pull request #1419 from secondlife/lua-resizable-debugfloater
Copy xml files to scripts/lua; make Lua debug floater resizable
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 b60e349e90..8123827f5a 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -168,6 +168,7 @@ class ViewerManifest(LLManifest):
with self.prefix(src_dst="scripts/lua"):
self.path("*.lua")
+ self.path("*.xml")
#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