Compare commits

...

1 Commits

Author SHA1 Message Date
skymike03
b19d4ff60a v2.3.0.3
- now rgsx download updates to github to avoid problems
2025-10-20 23:00:41 +02:00
2 changed files with 5 additions and 21 deletions

View File

@@ -62,25 +62,9 @@ jobs:
## 📦 RGSX Release ${{ github.ref_name }}
### 📥 Installation
1. Téléchargez `RGSX_${{ github.ref_name }}.zip`
2. Extrayez le contenu dans `/userdata/roms/ports/RGSX/` (Batocera/Knulli)
3. Lancez RGSX depuis le menu Ports
### 📦 Contenu du package
- Application RGSX complète (tous les fichiers Python)
- Interface graphique pygame
- Interface web (rgsx_web.py)
- Assets complets :
- Polices (fonts/)
- Images SVG des boutons (images/)
- Musiques (music/)
- Programmes utilitaires (progs/)
- Mappings de contrôleurs (assets/controls/)
- Traductions (languages/ : FR, EN, ES, DE, IT, PT)
- Scripts de lancement (RGSX.sh)
1. Extract to ROMS/PORTS/RGSX
### 📖 Documentation
Consultez le [README.md](https://github.com/${{ github.repository }}/blob/main/README.md) pour plus d'informations.
[README.md](https://github.com/${{ github.repository }}/blob/main/README.md).
files: |
dist/RGSX_${{ github.ref_name }}.zip
dist/RGSX_latest.zip

View File

@@ -13,7 +13,7 @@ except Exception:
pygame = None # type: ignore
# Version actuelle de l'application
app_version = "2.3.0.2"
app_version = "2.3.0.3"
def get_application_root():
@@ -92,9 +92,9 @@ API_KEY_REALDEBRID_PATH = os.path.join(SAVE_FOLDER, "RealDebridAPI.txt")
# URL
OTA_SERVER_URL = "https://retrogamesets.fr/softs/"
OTA_SERVER_URL = "https://github.com/RetroGameSets/RGSX/releases/download/latest/"
OTA_VERSION_ENDPOINT = os.path.join(OTA_SERVER_URL, "version.json")
OTA_UPDATE_ZIP = os.path.join(OTA_SERVER_URL, "RGSX.zip")
OTA_UPDATE_ZIP = os.path.join(OTA_SERVER_URL, "RGSX_latest.zip")
OTA_data_ZIP = os.path.join(OTA_SERVER_URL, "games.zip")
#CHEMINS DES EXECUTABLES