added blank png and fonts to installer

This commit is contained in:
Fredrick W. Warren 2022-05-30 22:33:23 -07:00
parent fe01f7fe36
commit a01f661d49

View File

@ -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={},