Skip to content

Commit

Permalink
Configure contents directory
Browse files Browse the repository at this point in the history
  • Loading branch information
hssyoo committed Jan 8, 2025
1 parent 174f133 commit 6446e04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion exe/pyinstaller/aws.spec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ aws_exe = EXE(aws_pyz,
bootloader_ignore_signals=False,
strip=False,
upx=True,
console=True )
console=True,
contents_directory='.')
coll = COLLECT(aws_exe,
aws_a.binaries,
aws_a.zipfiles,
Expand Down

0 comments on commit 6446e04

Please sign in to comment.