From f0ed153d95cc29b39116946d412895dace59c718 Mon Sep 17 00:00:00 2001 From: Cameron Royal <81903+cammm@users.noreply.github.com> Date: Mon, 10 Feb 2020 11:06:11 -0800 Subject: [PATCH] Stop double copying of resources --- build/build.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/build.spec b/build/build.spec index bf81cdc..76659e5 100644 --- a/build/build.spec +++ b/build/build.spec @@ -4,7 +4,7 @@ from distutils.dir_util import copy_tree sys.modules['FixTk'] = None a = Analysis(['../leaguedirector/app.py'], - binaries = [('../resources/', '.')], + binaries = [('../resources/*.dll', '.')], datas = [], hiddenimports = [], hookspath = [],