Skip to content

Commit

Permalink
Fix issue with QT and Mac code-signing in Pyinstaller.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedarcy committed Nov 18, 2021
1 parent 0b06eef commit f10942e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BDBag-mac.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ a = Analysis(['bdbag_gui/__main__.py'],
hiddenimports=['bdbag', 'bagit', 'boto3', 'botocore', 's3transfer', 'globus_sdk'],
hookspath=[],
runtime_hooks=[],
excludes=[],
excludes=['PyQt5.QtQuick', 'PyQt5.QtQml'],
win_no_prefer_redirects=False,
win_private_assemblies=False,
cipher=block_cipher)
Expand Down

0 comments on commit f10942e

Please sign in to comment.