Freeze the app for user-friendly distribution & usage
This commit is contained in:
3
pyinstaller-hooks/hook-praw.py
Normal file
3
pyinstaller-hooks/hook-praw.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from PyInstaller.utils.hooks import collect_data_files
|
||||
|
||||
datas = collect_data_files('praw')
|
||||
Reference in New Issue
Block a user