feat: Implement auto-update system with Forgejo releases management

This commit is contained in:
claudi 2026-01-29 08:19:42 +01:00
parent b221ba8436
commit af8e417197
3 changed files with 407 additions and 9 deletions

View file

@ -15,13 +15,13 @@ from pathlib import Path
from PySide6.QtCore import Qt, Signal
from PySide6.QtWidgets import (
QDialog,
QLabel,
QPushButton,
QProgressBar,
QVBoxLayout,
QHBoxLayout,
QTextEdit,
QLabel,
QMessageBox,
QProgressBar,
QPushButton,
QTextEdit,
QVBoxLayout,
)
logger = logging.getLogger(__name__)