Skip to content

Commit

Permalink
修复打包没有目录问题
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoXianNv-boot committed Mar 3, 2024
1 parent 99248c7 commit 4eec1a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ def download_all():
#os.system("rm -rf .jcm/pkg/Packages")
os.system("rm -rf .jcm/*/Packages")

os.system("mkdir -p .jcm")
os.system("mkdir -p .jcm/pkg")

download_all()

path = os.listdir("./server")
Expand Down

0 comments on commit 4eec1a3

Please sign in to comment.