From a01f661d498592ded0c9bf8e39c80a212a6bb328 Mon Sep 17 00:00:00 2001 From: "Fredrick W. Warren" Date: Mon, 30 May 2022 22:33:23 -0700 Subject: [PATCH] added blank png and fonts to installer --- hcatitles.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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={},