diff --git a/hcatitles.spec b/hcatitles.spec index 9681f72..6c3f70c 100644 --- a/hcatitles.spec +++ b/hcatitles.spec @@ -8,7 +8,11 @@ a = Analysis( ['hcatitles.py'], pathex=[], binaries=[], - datas=[], + datas=[ + ('blank_title.png','.'), + ('tahoma.ttf','.'), + ('tahomabd.ttf','.'), + ], hiddenimports=[], hookspath=[], hooksconfig={},