refactor(release): bump to 1.6.0 and unify version source

This commit is contained in:
2026-02-15 15:17:30 +03:00
parent e590a6cde0
commit b7fad78a71
4 changed files with 5 additions and 3 deletions

View File

@@ -2,10 +2,11 @@ import os
import shutil
import subprocess
import sys
from app_version import APP_VERSION
# --- Конфигурация ---
APP_NAME = "AnabasisManager"
VERSION = "1.5.1" # Ваша версия
VERSION = APP_VERSION # Единая версия приложения
MAIN_SCRIPT = "main.py"
ICON_PATH = "icon.ico"
DIST_DIR = os.path.join("dist", APP_NAME)