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

Change Unix (LF) to Windows (CRLF) to pass Parse post-link script #1572

Merged
merged 2 commits into from
Jan 26, 2022

Conversation

7eRoM
Copy link
Contributor

@7eRoM 7eRoM commented Jan 26, 2022

After compiling Parse project, the post-link script would be failed because the format of Sbie-English-1033.txt is in Unix (LF) format. I saved the file in Windows (CRLF) format.

@isaak654
Copy link
Collaborator

I suggest to apply it for all files on the msgs folder.

@7eRoM
Copy link
Contributor Author

7eRoM commented Jan 26, 2022

I suggest to apply it for all files on the msgs folder.

All Done!

@isaak654
Copy link
Collaborator

That happened because we struggled with a faulty .gitattributes, and a lot of files were changed to LF (in other folders too).
My only doubt now is about other script files on the msgs folder, do you think they could stay in LF?

@7eRoM
Copy link
Contributor Author

7eRoM commented Jan 26, 2022

Others are safe. I've tested them locally on my machine multiple times and got no errors. The only and main problem was related to these txt files cause the post-link script of Parse to be failed and compiling other projects as well.

@isaak654 isaak654 merged commit 432fef2 into sandboxie-plus:master Jan 26, 2022
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