Skip to content

Commit

Permalink
Added config file to binaries, for advanced option help-texts.
Browse files Browse the repository at this point in the history
  • Loading branch information
suurjaak committed May 8, 2014
1 parent ee32bfc commit d5362a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packaging/pyinstaller.spec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ for d in a.datas:
if 'pyconfig' in d[0]:
a.datas.remove(d)
break
a.datas += [("res/Carlito.ttf", "res/Carlito.ttf", "DATA"),
a.datas += [("conf.py", "src/conf.py", "DATA"), # For configuration docstrings
("res/Carlito.ttf", "res/Carlito.ttf", "DATA"),

This comment has been minimized.

Copy link
@glensc

This comment has been minimized.

Copy link
@suurjaak

suurjaak May 9, 2014

Author Owner

Tell that to PyInstaller devs :)

("res/CarlitoBold.ttf", "res/CarlitoBold.ttf", "DATA"), ]
pyz = PYZ(a.pure)

Expand Down

0 comments on commit d5362a8

Please sign in to comment.