mirror of
https://github.com/RetroGameSets/RGSX.git
synced 2026-03-25 18:25:36 +01:00
v2.3.0.7
- minor updates to install script
This commit is contained in:
@@ -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
|
||||
#!/usr/bin/env python3
|
||||
SCRIPT_DIR=$(dirname "$(realpath "$0")")
|
||||
python3 "$SCRIPT_DIR/__main__.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():
|
||||
|
||||
Reference in New Issue
Block a user