Skip to content

Commit

Permalink
chore: remove win_private_assemblies from pyinstaller spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Toilal committed Dec 13, 2023
1 parent a49278d commit 5404433
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions guessit.spec
Expand Up @@ -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)
Expand All @@ -39,4 +38,4 @@ exe = EXE(pyz,
strip=False,
upx=False,
runtime_tmpdir=None,
console=True )
console=True )

0 comments on commit 5404433

Please sign in to comment.