diff --git a/tools/create_AppImage.sh b/tools/create_AppImage.sh index 4df6fdcc7..8e60e4466 100755 --- a/tools/create_AppImage.sh +++ b/tools/create_AppImage.sh @@ -18,7 +18,7 @@ JOBS=4 SDL_RELEASE_TAG=release-2.24.1 -SDL_SHARED_LIBRARY=libSDL2-2.0.so.0.2400.0 +SDL_SHARED_LIBRARY=libSDL2-2.0.so.0.2400.1 echo "Building AppImage..." diff --git a/tools/create_AppImage_SteamDeck.sh b/tools/create_AppImage_SteamDeck.sh index 938dc4c89..12d24b575 100755 --- a/tools/create_AppImage_SteamDeck.sh +++ b/tools/create_AppImage_SteamDeck.sh @@ -14,7 +14,7 @@ JOBS=4 SDL_RELEASE_TAG=release-2.24.1 -SDL_SHARED_LIBRARY=libSDL2-2.0.so.0.2400.0 +SDL_SHARED_LIBRARY=libSDL2-2.0.so.0.2400.1 echo "Building Steam Deck AppImage..."