1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-12-09 01:35:18 +00:00

[devscripts] Provide pyinstaller hooks

Closes #6185
This commit is contained in:
pukkandan
2023-02-09 01:12:08 +05:30
parent f40e32fb1a
commit acb1042a9f
5 changed files with 39 additions and 32 deletions

View File

@@ -0,0 +1,5 @@
import os
def get_hook_dirs():
return [os.path.dirname(__file__)]