Fixed an issue with the AppImage build scripts.

This commit is contained in:
Leon Styhre 2022-10-30 19:07:46 +01:00
parent 48ede308e7
commit 607c2d1165
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@
JOBS=4 JOBS=4
SDL_RELEASE_TAG=release-2.24.1 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..." echo "Building AppImage..."

View file

@ -14,7 +14,7 @@
JOBS=4 JOBS=4
SDL_RELEASE_TAG=release-2.24.1 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..." echo "Building Steam Deck AppImage..."