Use os.path more
Add Enemizer note
This commit is contained in:
4
Gui.spec
4
Gui.spec
@@ -7,6 +7,7 @@ console = True
|
||||
|
||||
if sys.platform.find("mac") or sys.platform.find("osx"):
|
||||
console = False
|
||||
BINARY_SLUG = "Gui"
|
||||
|
||||
def recurse_for_py_files(names_so_far):
|
||||
returnvalue = []
|
||||
@@ -32,6 +33,7 @@ binaries = []
|
||||
# binaries.append(("ucrtbase.dll","."))
|
||||
|
||||
a = Analysis(['DungeonRandomizer.py'],
|
||||
a = Analysis([f"../{BINARY_SLUG}.py"],
|
||||
pathex=[],
|
||||
binaries=binaries,
|
||||
datas=[],
|
||||
@@ -59,7 +61,7 @@ exe = EXE(pyz,
|
||||
a.zipfiles,
|
||||
a.datas,
|
||||
[],
|
||||
name='Gui',
|
||||
name=BINARY_SLUG,
|
||||
debug=False,
|
||||
bootloader_ignore_signals=False,
|
||||
strip=False,
|
||||
|
||||
Reference in New Issue
Block a user