Skip to content

Commit

Permalink
docs: update pyinstaller docs (#1019)
Browse files Browse the repository at this point in the history
Co-authored-by: a.zhuravlov <[email protected]>
  • Loading branch information
AnNEDoMini and a.zhuravlov authored May 22, 2024
1 parent e0cd7cb commit 2a5a425
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions misc/pyinstaller.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ PyInstaller.__main__.run([
'--hidden-import=apple_compress',
'--hidden-import=zeroconf._utils.ipaddress',
'--hidden-import=zeroconf._handlers.answers',
'--hidden-import=readchar',
'--copy-metadata=pyimg4',
'--copy-metadata=readchar',
'--copy-metadata=apple_compress',
'--add-binary', f"{site_packages_path}/pytun_pmd3/*;pytun_pmd3",
'--onefile'
Expand Down

0 comments on commit 2a5a425

Please sign in to comment.