summaryrefslogtreecommitdiff
path: root/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
authorSignal Linden <signal@lindenlab.com>2025-08-19 12:22:36 -0700
committerGitHub <noreply@github.com>2025-08-19 12:22:36 -0700
commit07daeb4632d34a469b459347bd46800ebb05bc54 (patch)
treee3dc00ee2c1bc93b54803e16d70a026f2093b9b0 /indra/newview/viewer_manifest.py
parent434f9e927135d961b51b2175960a27be3908f7c3 (diff)
Revert "Remove the first login screen (#4451)" (#4578)
* Revert "Remove the first login screen (#4451)" This reverts commit b82f52acbb00a9dd3e5426e8a6510a0ef6f41289. * Revert "#4451 Remove missed first login image" This reverts commit 8eb2429a16b7dee570a28578f3d75f2a423f20af.
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 04c3fea93a..e1e0441df0 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -149,6 +149,7 @@ class ViewerManifest(LLManifest):
with self.prefix(src_dst="skins"):
# include the entire textures directory recursively
with self.prefix(src_dst="*/textures"):
+ self.path("*/*.jpg")
self.path("*/*.png")
self.path("*.tga")
self.path("*.j2c")