From b457f48ac2ea764250586a8ec172af758189c121 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Fri, 4 Apr 2025 12:42:48 +0900 Subject: [PATCH] feat(build): update script for RetroDECK AppImage creation --- tools/create_AppImage_RetroDECK.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 tools/create_AppImage_RetroDECK.sh diff --git a/tools/create_AppImage_RetroDECK.sh b/tools/create_AppImage_RetroDECK.sh old mode 100644 new mode 100755 index c7c62e667..41475f5f4 --- a/tools/create_AppImage_RetroDECK.sh +++ b/tools/create_AppImage_RetroDECK.sh @@ -2,9 +2,9 @@ # SPDX-License-Identifier: MIT # # 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. # # 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_SHARED_LIBRARY=libSDL2-2.0.so.0.3200.2 -echo "Building Steam Deck AppImage..." +echo "Building RetroDECK AppImage..." if [ ! -f .clang-format ]; then echo "You need to run this script from the root of the repository."