v0.7.1 - Test auto-update Go

Changements :
- Version 0.7.1 pour tester le mecanisme d auto-update
- GitUpdateChecker.exe compile en Go (exe unique, sans _internal/)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-25 07:50:40 +01:00
parent 8c5257e96f
commit d03ff595ed
3 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ import (
"github.com/lxn/walk"
)
const VERSION = "0.7.0"
const VERSION = "0.7.1"
func exeDir() string {
exe, err := os.Executable()