Move contents-directory specification to spec file

This commit is contained in:
DarkPhoenix
2023-11-29 22:31:09 +06:00
parent 57a23affd0
commit 043f533a10
2 changed files with 3 additions and 2 deletions

View File

@@ -92,7 +92,8 @@ exe = EXE(
upx=upx,
icon= icon,
# version='win-version-info.txt',
console=False
console=False,
contents-directory='app',
)
coll = COLLECT(