Skip to content

Commit

Permalink
Added pyinstaller hook for glue-qt
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Feb 24, 2024
1 parent 1b5da11 commit ff36994
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hooks/hook-glue_qt.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from PyInstaller.utils.hooks import collect_data_files, copy_metadata

datas = collect_data_files("glue_qt", include_py_files=True)
datas += copy_metadata("glue-qt")

0 comments on commit ff36994

Please sign in to comment.