improve: update all - background updating

modified: update all - don't update ComfyUI
This commit is contained in:
Dr.Lt.Data
2025-02-13 22:04:33 +09:00
parent aaf569ca8c
commit 6ff6e05408
6 changed files with 257 additions and 231 deletions

View File

@@ -42,7 +42,7 @@ import manager_downloader
from node_package import InstalledNodePackage
version_code = [3, 19, 1]
version_code = [3, 20]
version_str = f"V{version_code[0]}.{version_code[1]}" + (f'.{version_code[2]}' if len(version_code) > 2 else '')