mirror of
https://github.com/RetroGameSets/RGSX.git
synced 2026-03-25 18:25:36 +01:00
v2.3.1.8 (2025.11.08)
Merge pull request [#30](https://github.com/RetroGameSets/RGSX/issues/30) from SeeThruHead/main Refactor Docker setup with proper volume separation and backwards compatibility Implemented environment variable-based configuration to support both Docker and traditional Batocera/RetroBat installations with a single codebase.
This commit is contained in:
@@ -13,7 +13,7 @@ except Exception:
|
||||
pygame = None # type: ignore
|
||||
|
||||
# Version actuelle de l'application
|
||||
app_version = "2.3.1.7"
|
||||
app_version = "2.3.1.8"
|
||||
|
||||
|
||||
def get_application_root():
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"version": "2.3.1.7"
|
||||
"version": "2.3.1.8"
|
||||
}
|
||||
Reference in New Issue
Block a user