Skip to content
This repository has been archived by the owner on Aug 23, 2019. It is now read-only.

Commit

Permalink
Fix icon
Browse files Browse the repository at this point in the history
  • Loading branch information
John Carr committed Aug 28, 2013
1 parent 095fccb commit 190f1cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -223,7 +223,6 @@ def setup_plist(self):
self.plist = {
"CFBundleVersion": self.build_number,
"CFBundleShortVersionString": "%s (%s)" % (version, self.build_number),
"CFBundleIconFile" : "Yaybu.icns",
"CFBundleIdentifier" : "com.yaybu.Yaybu",
"CFBundleDocumentTypes": [{
"LSItemContentTypes": ["public.data"],
Expand All @@ -234,6 +233,8 @@ def setup_plist(self):
}

def run(self):
self.iconfile = "Resources/Yaybu.icns"

self.setup_plist()
py2app.run(self)

Expand Down

0 comments on commit 190f1cb

Please sign in to comment.