feat(build): update script for RetroDECK AppImage creation

This commit is contained in:
XargonWan 2025-04-04 12:42:48 +09:00
parent 903e3e7433
commit b457f48ac2

6
tools/create_AppImage_RetroDECK.sh Normal file → Executable file
View file

@ -2,9 +2,9 @@
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
# #
# ES-DE Frontend # ES-DE Frontend
# create_AppImage_SteamDeck.sh # create_AppImage_RetroDECK.sh
# #
# Runs the complete process of building a Linux AppImage specific to the Valve Steam Deck. # Runs the complete process of building a Linux AppImage specific for RetroDECK.
# The SDL library is also built and included in the AppImage. # The SDL library is also built and included in the AppImage.
# #
# This script has only been tested on Ubuntu 20.04 LTS and 22.04 LTS. # This script has only been tested on Ubuntu 20.04 LTS and 22.04 LTS.
@ -16,7 +16,7 @@ JOBS=4
SDL_RELEASE_TAG=release-2.32.2 SDL_RELEASE_TAG=release-2.32.2
SDL_SHARED_LIBRARY=libSDL2-2.0.so.0.3200.2 SDL_SHARED_LIBRARY=libSDL2-2.0.so.0.3200.2
echo "Building Steam Deck AppImage..." echo "Building RetroDECK AppImage..."
if [ ! -f .clang-format ]; then if [ ! -f .clang-format ]; then
echo "You need to run this script from the root of the repository." echo "You need to run this script from the root of the repository."