Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert all .res files to UNIX line endings #98

Merged
merged 1 commit into from
Nov 5, 2022

Conversation

hkva
Copy link
Contributor

@hkva hkva commented Nov 5, 2022

Some .res files used windows-only DOS line endings and were not readable on Mac/Linux.
Fixed with find . -name "*.res" | xargs dos2unix

@hkva
Copy link
Contributor Author

hkva commented Nov 5, 2022

I have not tested this on Windows

@CriticalFlaw CriticalFlaw merged commit 1b240eb into CriticalFlaw:community Nov 5, 2022
@CriticalFlaw
Copy link
Owner

Tested on Windows. See no changes, but it fixes the issue on Linux.

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.

None yet

2 participants