Skip to content

Commit

Permalink
Don't pack pysdl2-dll since it's not available
Browse files Browse the repository at this point in the history
  • Loading branch information
C0rn3j committed Jan 3, 2025
1 parent 406d1dd commit b01c7cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion linux.spec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ a = Analysis(
("src/tauon/theme", "theme"),
("src/tauon/templates", "templates"),
# This could only have SDL2.framework and SDL2_image.framework to save space...
(f".venv/lib/python{python_ver}/site-packages/sdl2dll/dll", "sdl2dll/dll"),
# (f".venv/lib/python{python_ver}/site-packages/sdl2dll/dll", "sdl2dll/dll"),
# (f".venv/lib/python{python_ver}/site-packages/sdl2dll/dll/SDL2.framework", "sdl2dll/dll/SDL2.framework"),
# (f".venv/lib/python{python_ver}/site-packages/sdl2dll/dll/SDL2_image.framework", "sdl2dll/dll/SDL2_image.framework"),
],
Expand Down
2 changes: 1 addition & 1 deletion mac.spec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ a = Analysis(
("src/tauon/theme", "theme"),
("src/tauon/templates", "templates"),
# This could only have SDL2.framework and SDL2_image.framework to save space...
(f".venv/lib/python{python_ver}/site-packages/sdl2dll/dll", "sdl2dll/dll"),
# (f".venv/lib/python{python_ver}/site-packages/sdl2dll/dll", "sdl2dll/dll"),
# (f".venv/lib/python{python_ver}/site-packages/sdl2dll/dll/SDL2.framework", "sdl2dll/dll/SDL2.framework"),
# (f".venv/lib/python{python_ver}/site-packages/sdl2dll/dll/SDL2_image.framework", "sdl2dll/dll/SDL2_image.framework"),
],
Expand Down
2 changes: 1 addition & 1 deletion windows.spec
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ a = Analysis(
("TaskbarLib.tlb", "."),
("TauonSMTC.dll", "lib"),
# This could only have SDL2.framework and SDL2_image.framework to save space...
(f".venv/lib/python{python_ver}/site-packages/sdl2dll/dll", "sdl2dll/dll"),
# (f".venv/lib/python{python_ver}/site-packages/sdl2dll/dll", "sdl2dll/dll"),
],
hiddenimports=[
"pylast",
Expand Down

0 comments on commit b01c7cb

Please sign in to comment.