1
0
Fork 0

Merge branch 'config' into localApps

This commit is contained in:
pooneyy 2025-10-16 03:33:51 +08:00
commit 01b9511a1d
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ def main():
if safe_rename_directory(old_path, new_path):
# 更新版本标记文件
version_file = f"apps/{app_name}/{old_ver_dir}.version"
if not write_version_file(version_file, new_version):
if not write_version_file(version_file, new_ver_dir):
print("版本标记文件更新失败,但目录重命名成功")
else:
print("错误: 目录重命名失败")