From 607c2d11651a046992460b7a97e5003d77fa1ec6 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sun, 30 Oct 2022 19:07:46 +0100 Subject: [PATCH] Fixed an issue with the AppImage build scripts. --- tools/create_AppImage.sh | 2 +- tools/create_AppImage_SteamDeck.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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..."