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

fix(klc): Stop if installer was not created #139

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

Geobert
Copy link
Collaborator

@Geobert Geobert commented Feb 27, 2024

No description provided.

Copy link
Collaborator

@fabi1cazenave fabi1cazenave left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, but please explain in the PR description (and/or the commit description) what this commit is supposed to fix.

@@ -126,7 +141,7 @@ def build_msklc_dll(
klc_file = self._working_dir / Path(f"{name8}.klc")

# create correct klc
with klc_file.open("w", encoding="utf-16le", newline="\n") as file:
with klc_file.open("w", encoding="utf-16le", newline="\r\n") as file:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Windows <3

@fabi1cazenave
Copy link
Collaborator

Looks good to me, but please explain in the PR description (and/or the commit description) what this commit is supposed to fix.

Forget it, it’s self-explanatory as it is. Thanks again for the good work !

@fabi1cazenave fabi1cazenave merged commit 7518e98 into OneDeadKey:main Feb 27, 2024
15 checks passed
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.

2 participants