Skip to content

Commit

Permalink
hidden imports in pyinstaller did not help
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriWahl committed Oct 10, 2023
1 parent 72adabf commit 4537339
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ def winmain():
'--icon=..\\Nagstamon\\resources\\nagstamon.ico',
'--name=Nagstamon',
'--hidden-import=PyQt6.uic.plugins',
'--hidden-import=requests_kerberos',
'--hidden-import=spnego',
'--hidden-import=win32timezone',
GUI_MODE,
'..\\nagstamon.py'],
Expand Down

0 comments on commit 4537339

Please sign in to comment.