Skip to content

Commit

Permalink
add (XBLA) to end of game file to match ES_DE Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
cmclark00 committed Nov 7, 2023
1 parent 0619f21 commit b3d1ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extract.py
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@
for subdir, dirs, files in os.walk(xbla_unpacked_dir):
for file in files:
src = file
dst = file.replace(".pirs", "")
dst = file.replace(".pirs", " (XBLA)")
os.rename(os.path.join(xbla_unpacked_dir, src), (os.path.join(xbla_unpacked_dir, dst)))

print(file)

0 comments on commit b3d1ea3

Please sign in to comment.