1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 05:41:03 +08:00

Merge branch 'config' into localApps

This commit is contained in:
pooneyy 2025-10-12 12:53:51 +08:00
commit 0052918da1
No known key found for this signature in database

View File

@ -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: