Skip to content

Commit

Permalink
Fix drag and drop in build
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePromidius committed Sep 16, 2023
1 parent 486dee6 commit 6ada106
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .idea/MangaManagerV2.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion MangaManager/MangaManager.spec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ a = Analysis(
binaries=[],
datas=added_files,
hiddenimports=['PIL._tkinter_finder'],
hookspath=[],
hookspath=['pyinstaller_hooks'],
hooksconfig={},
runtime_hooks=[],
excludes=[],
Expand Down
3 changes: 3 additions & 0 deletions MangaManager/pyinstaller_hooks/hook-tkinterdnd2.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from PyInstaller.utils.hooks import collect_data_files

datas = collect_data_files('tkinterdnd2')

0 comments on commit 6ada106

Please sign in to comment.