Skip to content

Commit

Permalink
fix dnd in exe
Browse files Browse the repository at this point in the history
  • Loading branch information
gmjosack committed Dec 18, 2023
1 parent 0cc89a3 commit c815b79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-exe.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def run_pyinstaller(debug):
[
"--name=modlunky2",
f"--icon={BASE_DIR / 'src/modlunky2/static/images/icon.ico'}",
"--collect-all", "tkinterDnD",
"--clean",
"--onedir",
"--noconfirm",
Expand Down

0 comments on commit c815b79

Please sign in to comment.