Compare commits

..

1 Commits

Author SHA1 Message Date
skymike03
61b615f4c7 v2.3.1.7
- correct typo error in xiso linux
2025-11-05 23:04:54 +01:00
2 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ except Exception:
pygame = None # type: ignore
# Version actuelle de l'application
app_version = "2.3.1.6"
app_version = "2.3.1.7"
def get_application_root():
@@ -107,7 +107,7 @@ OTA_data_ZIP = os.path.join(OTA_SERVER_URL, "games.zip")
#CHEMINS DES EXECUTABLES
UNRAR_EXE = os.path.join(APP_FOLDER,"assets","progs","unrar.exe")
XISO_EXE = os.path.join(APP_FOLDER,"assets", "progs", "extract-xiso_win.exe")
XISO_LINUX = os.path.join(APP_FOLDER,"assets", "progs", "extact_xiso_linux")
XISO_LINUX = os.path.join(APP_FOLDER,"assets", "progs", "extract-xiso_linux")
PS3DEC_EXE = os.path.join(APP_FOLDER,"assets", "progs", "ps3dec_win.exe")
PS3DEC_LINUX = os.path.join(APP_FOLDER,"assets", "progs", "ps3dec_linux")
SEVEN_Z_LINUX = os.path.join(APP_FOLDER,"assets", "progs", "7zz")

View File

@@ -1,3 +1,3 @@
{
"version": "2.3.1.6"
"version": "2.3.1.7"
}