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

MAINT-7809: Add secondlife.ico to viewer's vmp_icons install dir.

parent f7fb6b4a
No related branches found
No related tags found
No related merge requests found
...@@ -368,6 +368,9 @@ def construct(self): ...@@ -368,6 +368,9 @@ def construct(self):
#IUM is not normally executed directly, just imported. No exe needed. #IUM is not normally executed directly, just imported. No exe needed.
self.path2basename(vmpdir,"InstallerUserMessage.py") self.path2basename(vmpdir,"InstallerUserMessage.py")
with self.prefix(src=self.icon_path(), dst="vmp_icons"):
self.path("secondlife.ico")
#VMP Tkinter icons #VMP Tkinter icons
with self.prefix("vmp_icons"): with self.prefix("vmp_icons"):
self.path("*.png") self.path("*.png")
...@@ -839,6 +842,9 @@ def construct(self): ...@@ -839,6 +842,9 @@ def construct(self):
with self.prefix(src=icon_path, dst="") : with self.prefix(src=icon_path, dst="") :
self.path("secondlife.icns") self.path("secondlife.icns")
with self.prefix(src=icon_path, dst="vmp_icons"):
self.path("secondlife.ico")
#VMP Tkinter icons #VMP Tkinter icons
with self.prefix("vmp_icons"): with self.prefix("vmp_icons"):
self.path("*.png") self.path("*.png")
......
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