Skip to content

Conversation

DSteve595
Copy link

@DSteve595 DSteve595 commented Aug 16, 2025

It looks like these templates were previously generated on Windows as they've got \r\n line endings. These get encoded into base64 when generating the templates, which makes the diffs messy, similar to #852. Running the script with no changes on macOS currently shows a diff, even though there are no changes.
This normalizes it by replacing newlines with \n when encoding base64, so now Windows and non-Windows should generate the same output.

DSteve595 added a commit to DSteve595/godot-kotlin-jvm that referenced this pull request Aug 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant