Move Build Specs

This commit is contained in:
Mike A. Trethewey
2021-01-07 23:36:20 -08:00
parent 735f19fbd6
commit fbc844fa4b
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ def recurse_for_py_files(names_so_far):
hiddenimports = [] hiddenimports = []
binaries = [] binaries = []
a = Analysis([f"./{BINARY_SLUG}.py"], a = Analysis([f"../{BINARY_SLUG}.py"],
pathex=[], pathex=[],
binaries=binaries, binaries=binaries,
datas=[], datas=[],

View File

@@ -30,7 +30,7 @@ def recurse_for_py_files(names_so_far):
hiddenimports = [] hiddenimports = []
binaries = [] binaries = []
a = Analysis([f"./{BINARY_SLUG}.py"], a = Analysis([f"../{BINARY_SLUG}.py"],
pathex=[], pathex=[],
binaries=binaries, binaries=binaries,
datas=[], datas=[],