diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9cd3d1e..2bc4d4f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -86,7 +86,7 @@ jobs: body: | ## 📦 RGSX Release ${{ github.ref_name }} - ### 📥 Manual Installation + ### 📥 Manual Installation #### Batocera/Knulli 1. Download `RGSX_full_latest.zip` @@ -94,7 +94,7 @@ jobs: 3. Launch RGSX from the Ports menu #### Retrobat/Full Installation on Windows - 1. `RGSX_full_latest.zip` + 1. Download `RGSX_full_latest.zip` 2. Extract all folders in your Retrobat\roms folder 3. Launch RGSX from system "Windows" diff --git a/ports/RGSX/config.py b/ports/RGSX/config.py index 555a24a..712b12a 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.7" +app_version = "2.3.0.7.1" def get_application_root():