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

meow-7.2.2
Nat Goodspeed 2018-09-13 20:26:21 -04:00
parent a6e2201d2c
commit e00a8dee3f
1 changed files with 1 additions and 1 deletions

View File

@ -920,7 +920,7 @@ class DarwinManifest(ViewerManifest):
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")