Skip to content

Commit

Permalink
工作流:打包Plugins.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ACaiCat authored Jun 19, 2024
1 parent db0dca4 commit 36fea50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BuildHelper.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ def md_to_pdf(file_name):
print(f"⚠️ README移动失败({file_name})")
shutil.copyfile('README.md', f"out/{build_type}/README.md")
print("✅ README.md移动成功!")

shutil.copyfile('Plugins.json', f"out/{build_type}/Plugins.json")
print("✅ Plugins.json移动成功!")
if build_type == "Release":
print("🔄 准备转换PDF...")
urllib.request.urlretrieve("https://raw.githubusercontent.com/lxgw/LxgwWenKai/main/fonts/TTF/LXGWWenKaiMono-Regular.ttf", "LXGWWenKaiMono-Regular.ttf")
Expand Down

0 comments on commit 36fea50

Please sign in to comment.