Skip to content

Commit

Permalink
更新 action
Browse files Browse the repository at this point in the history
  • Loading branch information
mmwuyou committed Sep 7, 2024
1 parent 4b18f64 commit 2d449f5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
- ".github/workflows/install.yml"
- "assets/**"
- "**.py"
- "使用教程.md"
- "startmumu.exe"
- "启动!!.bat"
pull_request:
branches:
- "**"
Expand Down
12 changes: 12 additions & 0 deletions install.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,18 @@ def install_chores():
working_dir / "LICENSE",
install_path,
)
shutil.copy2(
working_dir / "startmumu.exe",
install_path,
)
shutil.copy2(
working_dir / "启动!!.bat",
install_path,
)
shutil.copy2(
working_dir / "使用教程.md",
install_path,
)


if __name__ == "__main__":
Expand Down

0 comments on commit 2d449f5

Please sign in to comment.