From a9cdba3aa66a75d00746346b44fd8a05896afdae Mon Sep 17 00:00:00 2001 From: skymike03 Date: Wed, 22 Oct 2025 02:14:35 +0200 Subject: [PATCH] v2.3.0.7 - minor updates to install script --- ports/RGSX/RGSX.sh | 6 +++--- ports/RGSX/config.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ports/RGSX/RGSX.sh b/ports/RGSX/RGSX.sh index 58fc295..4bc304c 100644 --- a/ports/RGSX/RGSX.sh +++ b/ports/RGSX/RGSX.sh @@ -1,4 +1,4 @@ #!/bin/bash -# Supprimer SDL_VIDEODRIVER=fbcon pour laisser SDL choisir le pilote -# export SDL_VIDEODRIVER=fbcon -/usr/bin/python3 /userdata/roms/ports/RGSX \ No newline at end of file +#!/usr/bin/env python3 +SCRIPT_DIR=$(dirname "$(realpath "$0")") +python3 "$SCRIPT_DIR/__main__.py" \ No newline at end of file diff --git a/ports/RGSX/config.py b/ports/RGSX/config.py index 6791b0d..ea0fd0d 100644 --- a/ports/RGSX/config.py +++ b/ports/RGSX/config.py @@ -13,7 +13,7 @@ except Exception: pygame = None # type: ignore # Version actuelle de l'application -app_version = "2.3.0.6" +app_version = "2.3.0.7" def get_application_root():