Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AppImage SDL2 version is still 2.28.5 #699

Closed
Novum opened this issue Jun 25, 2024 · 1 comment
Closed

AppImage SDL2 version is still 2.28.5 #699

Novum opened this issue Jun 25, 2024 · 1 comment

Comments

@Novum
Copy link
Owner

Novum commented Jun 25, 2024

Just a PSA, if you update SDL2 you also should update it in the Dockerfile here, otherwise AppImages will use the old SDL2 version:

&& wget https://www.libsdl.org/release/SDL2-2.28.5.tar.gz \

Same applies to the clang format version if you want to use ./format.sh
docker run --user $(id -u):$(id -g) -v `pwd`:`pwd` -w `pwd` -i --rm ghcr.io/jidicula/clang-format:15 -i Quake/*.c Quake/*.h Shaders/*.frag Shaders/*.vert Shaders/*.comp Shaders/*.inc Shaders/*.c Shaders/*.h

@vsonnier
Copy link
Collaborator

vsonnier commented Jun 27, 2024

Thanks ! should be fixed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants