Skip to content

Commit

Permalink
Include pcb.py in py2app bundle
Browse files Browse the repository at this point in the history
(closes GitHub issue #14)
  • Loading branch information
mkeeter committed Jul 9, 2014
1 parent 19a11d2 commit 586431a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion util/app/make_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
DATA_FILES = glob.glob('../../koko/lib/*.py')

OPTIONS = {'argv_emulation': True,
'iconfile':'ko.icns'}
'iconfile':'ko.icns',
'includes':'koko.lib.pcb,koko.lib.shapes'}

# Run py2app to bundle everything.
setup(
Expand Down

0 comments on commit 586431a

Please sign in to comment.