Skip to content

Commit

Permalink
Don't pack README_CHS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MintCoolMC committed Jul 13, 2024
1 parent eb8a7f9 commit b5e92da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zipmcproject.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ def writeGlobalVarStr(key,value):
zip_file_name = f"{name}-v{engineversion}_{mcversion}.mcpack"

# Run the zip command
os.system(f"zip -r \"{zip_file_name}\" . -x '.github/*' -x '.git/*' -x 'zipmcproject.py' -x 'README.md'")
os.system(f"zip -r \"{zip_file_name}\" . -x '.github/*' -x '.git/*' -x 'zipmcproject.py' -x 'README.md' -x 'README_CHS.md'")

0 comments on commit b5e92da

Please sign in to comment.