diff --git a/GitUpdateChecker.exe b/GitUpdateChecker.exe index b518df1..92f0883 100644 Binary files a/GitUpdateChecker.exe and b/GitUpdateChecker.exe differ diff --git a/build.bat b/build.bat index c0205a1..8bccf80 100644 --- a/build.bat +++ b/build.bat @@ -25,13 +25,17 @@ python -c "from PIL import Image; img = Image.open('icon.png'); img.save('icon.i echo [*] Compilation en cours... echo. -pyinstaller --onefile --noconsole --name "GitUpdateChecker" --icon=icon.ico git_updater.py +pyinstaller --onedir --noconsole --name "GitUpdateChecker" --icon=icon.ico git_updater.py echo. -if exist "dist\GitUpdateChecker.exe" ( - echo [OK] Executable cree : dist\GitUpdateChecker.exe +if exist "dist\GitUpdateChecker\GitUpdateChecker.exe" ( + echo [OK] Executable cree : dist\GitUpdateChecker\GitUpdateChecker.exe echo. - echo N'oublie pas de copier config.ini a cote de l'exe ! + echo Pour deployer, copier le contenu de dist\GitUpdateChecker\ : + echo - GitUpdateChecker.exe + echo - _internal\ + echo - config.ini ^(a copier manuellement a cote de l'exe^) + echo - icon.png ^(a copier manuellement a cote de l'exe^) ) else ( echo [ERREUR] La compilation a echoue. ) diff --git a/git_updater.py b/git_updater.py index 94fe37b..1fe9cb6 100644 --- a/git_updater.py +++ b/git_updater.py @@ -5,7 +5,7 @@ Accès lecture seule uniquement (fetch/pull/checkout, jamais de push). Tous les chemins sont relatifs à l'emplacement de l'exécutable. """ -VERSION = "0.5.9" +VERSION = "0.6.0" import subprocess import sys diff --git a/version.txt b/version.txt index 416bfb0..a918a2a 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.5.9 +0.6.0