release: 1.5.1 fixes, relogin and updater

This commit is contained in:
2026-02-15 15:13:13 +03:00
parent aad6e8c5af
commit e590a6cde0
4 changed files with 565 additions and 84 deletions

View File

@@ -5,7 +5,7 @@ import sys
# --- Конфигурация ---
APP_NAME = "AnabasisManager"
VERSION = "1.5" # Ваша версия
VERSION = "1.5.1" # Ваша версия
MAIN_SCRIPT = "main.py"
ICON_PATH = "icon.ico"
DIST_DIR = os.path.join("dist", APP_NAME)