Skip to content

Commit

Permalink
Kurayami did some shenanigans (no input given).
Browse files Browse the repository at this point in the history
  • Loading branch information
kurayamiblackheart committed Jun 2, 2024
1 parent b5b8077 commit b4403be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion (Source)/INSTALL_OR_UPDATE_SPRITES.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def ignore_git(dir_name, filenames):

def masscopy(src_dir, dst_dir):
# Call robocopy
result = subprocess.run(['robocopy', src_dir, dst_dir, '/E'])
result = subprocess.run(['robocopy', src_dir, dst_dir, '/E', '/IS'])

# Check the return code
if result.returncode > 1:
Expand Down
Binary file modified INSTALL_OR_UPDATE_SPRITES.exe
Binary file not shown.

0 comments on commit b4403be

Please sign in to comment.