Skip to content

Commit

Permalink
Fix version again
Browse files Browse the repository at this point in the history
  • Loading branch information
Xzonn committed Oct 11, 2024
1 parent 08b3397 commit 850662f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
maintenance/
out/
temp/

*.bak
*.nds
Expand Down
2 changes: 1 addition & 1 deletion scripts/merge_messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


def merge_messages(games: list[GameInfo], texts_root: str, output_root: str):
version = os.environ.get("XZ_PATCH_VERSION", "UNKNOWN")[-7:]
version = os.environ.get("XZ_PATCH_VERSION", "UNKNOWN")[:7]

for game_info in games:
game = game_info["game"]
Expand Down

0 comments on commit 850662f

Please sign in to comment.