File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,9 @@ a = Analysis(
2020 (f"{ lib_path } /gtk-3.0/modules/libcanberra-gtk-module.so" , "lib/gtk-3.0/modules" ),
2121 (f"{ lib_path } /gtk-3.0/modules/libcanberra-gtk3-module.so" , "lib/gtk-3.0/modules" ),
2222 (f"{ lib_path } /girepository-1.0/Notify-0.7.typelib" , "gi_typelibs" ),
23- (".venv/lib/python3.13/site-packages/sdl3/bin/libSDL3.so" , "." ),
24- (".venv/lib/python3.13/site-packages/sdl3/bin/libSDL3_image.so" , "." ),
23+ (".venv/lib/python3.13/site-packages/sdl3/bin/libSDL3.so" , "." ),
24+ (".venv/lib/python3.13/site-packages/sdl3/bin/libSDL3.so.0" , "." ),
25+ (".venv/lib/python3.13/site-packages/sdl3/bin/libSDL3_image.so" , "." ),
2526 #(".venv/lib/python3.13/site-packages/sdl3/bin/libSDL3_net.so", "."),
2627 #(".venv/lib/python3.13/site-packages/sdl3/bin/libSDL3_ttf.so", "."),
2728 #(".venv/lib/python3.13/site-packages/sdl3/bin/libSDL3_rtf.so", "."),
You can’t perform that action at this time.
0 commit comments