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

DRTVWR-474: Copy updater and its icons into Mac app's Resources.

parent 83b40329
Branches
Tags
No related merge requests found
......@@ -916,6 +916,15 @@ def construct(self):
with self.prefix(src=self.icon_path(), dst="") :
self.path("secondlife.icns")
# Copy in the updater script and helper modules
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"))
with self.prefix(src="vmp_icons", dst=""):
self.path("*.png")
self.path("*.gif")
with self.prefix(src=relpkgdir, dst=""):
self.path("libndofdev.dylib")
self.path("libhunspell-1.3.0.dylib")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment