Skip to content

Commit

Permalink
fix standalone b2 binary erroring out on execution
Browse files Browse the repository at this point in the history
  • Loading branch information
mjurbanski-reef committed Aug 9, 2024
1 parent 3ee2f63 commit b5ab70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion b2.spec.template
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ a = Analysis(['b2/_internal/${VERSION}/__main__.py'],
pathex=['.'],
binaries=[],
datas=datas,
hiddenimports=['pkg_resources.py2_warn'],
hiddenimports=['pkg_resources.extern', 'pkg_resources.py2_warn'],
hookspath=['pyinstaller-hooks'],
runtime_hooks=[],
win_no_prefer_redirects=False,
Expand Down

0 comments on commit b5ab70a

Please sign in to comment.