[devscripts] Provide pyinstaller hooks

Closes #6185
This commit is contained in:
pukkandan
2023-02-09 01:46:56 +05:30
parent f40e32fb1a
commit acb1042a9f
5 changed files with 39 additions and 32 deletions
+5
View File
@@ -0,0 +1,5 @@
import os
def get_hook_dirs():
return [os.path.dirname(__file__)]