diff --git a/GitUpdateChecker.exe b/GitUpdateChecker.exe index b8b82af..3931fb9 100644 Binary files a/GitUpdateChecker.exe and b/GitUpdateChecker.exe differ diff --git a/build.bat b/build.bat index 833eaec..20ef96a 100644 --- a/build.bat +++ b/build.bat @@ -25,7 +25,7 @@ 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 --onefile --noconsole --runtime-tmpdir . --name "GitUpdateChecker" --icon=icon.ico git_updater.py echo. if exist "dist\GitUpdateChecker.exe" ( diff --git a/git_updater.py b/git_updater.py index f35eb4f..d87e376 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.6.2" +VERSION = "0.6.3" import subprocess import sys diff --git a/version.txt b/version.txt index b616048..844f6a9 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.6.2 +0.6.3