Skip to content
Snippets Groups Projects
Commit e00a8dee authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

DRTVWR-474: Fix path2basename("secondlife.ico") call.

parent a6e2201d
No related branches found
No related tags found
No related merge requests found
......@@ -920,7 +920,7 @@ def construct(self):
self.path(src=os.path.join(pkgdir, 'VMP'), dst="updater")
with self.prefix(src="", dst=os.path.join("updater", "icons")):
self.path2basename(os.path.join(self.icon_path(), "secondlife.ico"))
self.path2basename(self.icon_path(), "secondlife.ico")
with self.prefix(src="vmp_icons", dst=""):
self.path("*.png")
self.path("*.gif")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment