Merge branch 'config' into localApps
This commit is contained in:
commit
0052918da1
|
|
@ -155,7 +155,7 @@ def main():
|
|||
|
||||
if safe_rename_directory(old_path, new_path):
|
||||
# 更新版本标记文件
|
||||
version_file = f"apps/{app_name}/{old_version}.version"
|
||||
version_file = f"apps/{app_name}/{old_ver_dir}.version"
|
||||
if not write_version_file(version_file, new_version):
|
||||
print("版本标记文件更新失败,但目录重命名成功")
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in New Issue