v0.5.6 - Suppression de la fenetre console

Changements :
- Remplacement du flag --console par --noconsole dans PyInstaller (app GUI, pas besoin de console)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-24 20:31:50 +01:00
parent 83b437cb29
commit ef3ce2b12b
2 changed files with 1 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ if errorlevel 1 (
echo [*] Compilation en cours...
echo.
pyinstaller --onefile --console --name "GitUpdateChecker" --icon=NONE git_updater.py
pyinstaller --onefile --noconsole --name "GitUpdateChecker" --icon=NONE git_updater.py
echo.
if exist "dist\GitUpdateChecker.exe" (