summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2022-07-12 17:18:12 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2022-07-12 17:18:12 +0300
commitbfdf7dbec9a2dbddd2da8da4ceb4ef830a062e91 (patch)
treee57a00556fd47eda50f733444a87218bba64c8ca
parenta330095650b9e9d8aeb4f43faf5212d624f78953 (diff)
SL-17754 FIXED "first_login_image.jpg" file is not loaded
-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 3ab6cc4975..de5ac5ed3d 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")