From e0f7ebbcbaf69554e786353f5044159145de68b2 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Sun, 6 Dec 2020 10:08:19 -0500 Subject: [PATCH] Update gam.spec --- src/gam.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gam.spec b/src/gam.spec index 74ca9b53..e0d097ea 100644 --- a/src/gam.spec +++ b/src/gam.spec @@ -12,7 +12,7 @@ proot = os.path.dirname(importlib.import_module('httplib2').__file__) extra_files = [(os.path.join(proot, 'cacerts.txt'), 'httplib2')] extra_files += copy_metadata('google-api-python-client') -extra_files += [('cbcm-v1.1beta1.json', 'cbcm-v1.1beta1.json')] +extra_files += [('cbcm-v1.1beta1.json', '.')] a = Analysis(['gam/__main__.py'], hiddenimports=[],