chore: remove win_private_assemblies from pyinstaller spec

This commit is contained in:
Rémi Alvergnat
2023-12-13 11:01:05 +01:00
parent a49278dd9a
commit 5404433a56

View File

@@ -25,7 +25,6 @@ a = Analysis(['guessit/__main__.py'],
runtime_hooks=[],
excludes=[],
win_no_prefer_redirects=False,
win_private_assemblies=True,
cipher=block_cipher)
pyz = PYZ(a.pure, a.zipped_data,
cipher=block_cipher)
@@ -39,4 +38,4 @@ exe = EXE(pyz,
strip=False,
upx=False,
runtime_tmpdir=None,
console=True )
console=True )