FIRE-23665: Textures in skin themes subfolders are missing

master
Ansariel 2019-03-02 12:43:48 +01:00
parent ff72f76489
commit a1302eac2c
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ class ViewerManifest(LLManifest,FSViewerManifest):
self.path("*/xui/*/*.xml")
self.path("*/xui/*/widgets/*.xml")
self.path("*/themes/*/colors.xml")
with self.prefix(src="*/themes/*/textures"):
with self.prefix(src_dst="*/themes/*/textures"):
self.path("*/*.tga")
self.path("*/*.j2c")
self.path("*/*.jpg")