added blank png and fonts to installer
This commit is contained in:
parent
fe01f7fe36
commit
a01f661d49
@ -8,7 +8,11 @@ a = Analysis(
|
|||||||
['hcatitles.py'],
|
['hcatitles.py'],
|
||||||
pathex=[],
|
pathex=[],
|
||||||
binaries=[],
|
binaries=[],
|
||||||
datas=[],
|
datas=[
|
||||||
|
('blank_title.png','.'),
|
||||||
|
('tahoma.ttf','.'),
|
||||||
|
('tahomabd.ttf','.'),
|
||||||
|
],
|
||||||
hiddenimports=[],
|
hiddenimports=[],
|
||||||
hookspath=[],
|
hookspath=[],
|
||||||
hooksconfig={},
|
hooksconfig={},
|
||||||
|
Loading…
Reference in New Issue
Block a user