correction fichier bat windows

This commit is contained in:
skymike03
2025-07-30 11:54:03 +02:00
parent bcc91f8e03
commit df31d23f0d

View File

@@ -62,7 +62,7 @@ if not exist "!PYTHON_EXE_FULL!" (
echo [%DATE% %TIME%] Téléchargement terminé. Extraction de python.zip vers !TOOLS_FOLDER!\Python... >> "%LOG_FILE%"
:: Afficher des messages de progression pendant l'extraction
echo Extraction en cours...
tar -xf "!ZIP_FILE!" -C "!TOOLS_FOLDER!\Python" --strip-components=0
tar -xf "!ZIP_FILE!" -C "!TOOLS_FOLDER!" --strip-components=0
echo Extraction terminée.
echo [%DATE% %TIME%] Extraction terminée. >> "%LOG_FILE%"
del /q "!ZIP_FILE!"