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