mirror of
https://github.com/scito/extract_otp_secret_keys.git
synced 2025-12-06 14:54:57 +01:00
binaries zbar
This commit is contained in:
parent
11701487f9
commit
ac34c7fbe0
1 changed files with 5 additions and 1 deletions
|
|
@ -8,7 +8,11 @@ block_cipher = None
|
|||
a = Analysis(
|
||||
['src/extract_otp_secrets.py'],
|
||||
pathex=[],
|
||||
binaries=[],
|
||||
binaries=[
|
||||
(os.environ['HOMEBREW_CELLAR'] + '/libzbar.0.dylib', 'zbar'),
|
||||
(os.environ['HOMEBREW_CELLAR'] + '/libzbar.a', 'zbar'),
|
||||
(os.environ['HOMEBREW_CELLAR'] + '/libzbar.dylib', 'zbar')
|
||||
],
|
||||
datas=[(os.environ['PYTHON_SITE_PACKAGES_PATH'] + '/__yolo_v3_qr_detector/', '__yolo_v3_qr_detector/')],
|
||||
hiddenimports=[],
|
||||
hookspath=[],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue