mirror of https://github.com/docker/compose.git
Enable bootloader_ignore_signals in pyinstaller
Fixes #3347 Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
parent
360753ecc1
commit
81b30c4380
|
@ -98,4 +98,5 @@ exe = EXE(pyz,
|
|||
debug=False,
|
||||
strip=None,
|
||||
upx=True,
|
||||
console=True)
|
||||
console=True,
|
||||
bootloader_ignore_signals=True)
|
||||
|
|
Loading…
Reference in New Issue