Skip to content

Commit

Permalink
Try adding pysdl2-dll and Rsvg as hidden imports
Browse files Browse the repository at this point in the history
  • Loading branch information
C0rn3j committed Dec 17, 2024
1 parent ab86b61 commit db92c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mac.spec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ a = Analysis(
("src/tauon/theme", "theme"),
("src/tauon/templates", "templates"),
],
hiddenimports=["sdl2", "phazor", "pylast"],
hiddenimports=["sdl2", "pysdl2-dll", "phazor", "pylast", "Rsvg"],
hookspath=["extra/pyinstaller-hooks"],
hooksconfig={},
runtime_hooks=[],
Expand Down

0 comments on commit db92c8f

Please sign in to comment.