1
0
Fork 0

[devscripts] Provide pyinstaller hooks

Closes #6185
This commit is contained in:
pukkandan 2023-02-09 01:12:08 +05:30
commit acb1042a9f
No known key found for this signature in database
GPG key ID: 7EEE9E1E817D0A39
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__)]