fix(core): 修复更新通知阻碍调度开始问题 #32

This commit is contained in:
DLmaster
2025-03-20 19:55:15 +08:00
parent 50cd49217f
commit 9a56cc350d
5 changed files with 18 additions and 80 deletions

View File

@@ -85,15 +85,6 @@ if __name__ == "__main__":
shutil.copy(root_path / "app/utils/downloader.py", root_path)
file_content = (root_path / "downloader.py").read_text(encoding="utf-8")
(root_path / "downloader.py").write_text(
file_content.replace(
"from .version import version_text", "from app import version_text"
),
encoding="utf-8",
)
print("Packaging AUTO_MAA update program ...")
os.system(