From: Agnibho Mondal Date: Thu, 7 Sep 2023 19:00:06 +0000 (+0530) Subject: Updated pyinstaller spec with changed data path X-Git-Tag: v0.2~4 X-Git-Url: https://code.agnibho.com/repo?a=commitdiff_plain;h=98da9b2edf1d5cf46890e77bd855d2857df45ea7;p=medscript.git Updated pyinstaller spec with changed data path --- 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={},