From 98da9b2edf1d5cf46890e77bd855d2857df45ea7 Mon Sep 17 00:00:00 2001 From: Agnibho Mondal Date: Fri, 8 Sep 2023 00:30:06 +0530 Subject: [PATCH] Updated pyinstaller spec with changed data path --- pyinstaller.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyinstaller.spec b/pyinstaller.spec index fe45047..09251f9 100644 --- a/pyinstaller.spec +++ b/pyinstaller.spec @@ -8,7 +8,7 @@ a = Analysis( ['medscript.py'], pathex=[], binaries=[], - datas=[('config', 'config'), ('resource', 'resource'), ('template', 'template'), ('data', 'data')], + datas=[('config', 'config'), ('resource', 'resource'), ('data', 'data')], hiddenimports=[], hookspath=[], hooksconfig={}, -- 2.39.2