Skip to content

Commit

Permalink
新增interface显示项目名称和版本号 (#183)
Browse files Browse the repository at this point in the history
适配WPF,新增interface显示项目名称和版本号
  • Loading branch information
Tohkahb authored Sep 19, 2024
1 parent fc9f99e commit d7bef43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def install_resource():
with open(install_path / "interface.json", "r", encoding="utf-8") as f:
interface = json.load(f)

interface["version"] = version
interface["version"] = {"name": "M9A","version": version}

with open(install_path / "interface.json", "w", encoding="utf-8") as f:
json.dump(interface, f, ensure_ascii=False, indent=4)
Expand Down

0 comments on commit d7bef43

Please sign in to comment.