Too many thoughts at once.

This commit is contained in:
Lirusaito
2016-05-02 23:00:00 -04:00
parent b77b5bbabc
commit 32039e8b58

View File

@@ -59,7 +59,7 @@ class ViewerManifest(LLManifest):
return 'package' in self.args['actions']
def package_skin(self, xml, skin_dir):
self.path(xml + "xml")
self.path(xml)
self.path(skin_dir + "/*")
# include the entire textures directory recursively
if self.prefix(src=skin_dir+"/textures"):