Skip to content

Commit

Permalink
Too many thoughts at once.
Browse files Browse the repository at this point in the history
  • Loading branch information
LiruMouse committed May 3, 2016
1 parent b77b5bb commit 32039e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indra/newview/viewer_manifest.py
Expand Up @@ -59,7 +59,7 @@ def is_packaging_viewer(self):
return 'package' in self.args['actions'] return 'package' in self.args['actions']


def package_skin(self, xml, skin_dir): def package_skin(self, xml, skin_dir):
self.path(xml + "xml") self.path(xml)
self.path(skin_dir + "/*") self.path(skin_dir + "/*")
# include the entire textures directory recursively # include the entire textures directory recursively
if self.prefix(src=skin_dir+"/textures"): if self.prefix(src=skin_dir+"/textures"):
Expand Down

0 comments on commit 32039e8

Please sign in to comment.