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 macos parameter order #37

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

fix macos parameter order #37

wants to merge 3 commits into from

Conversation

jooray
Copy link
Contributor

@jooray jooray commented Dec 31, 2023

On macOS, rm needs parameters first, then files, so "rm filename -r" won't work
I separated the cp, because the behavior of cp for symlinks is different and it does not copy the symlink well. But since we delete the symlink in the next line, it does not matter, I just made the rm not throw the error when it fails (which id does on macos, because the symlink is not copied).

This does not fix the build unfortunately, but it goes a bit further.

Kivy's default for input boxes changed from "text" to "null" in Kivy 2.1.0. Not specifying it disallowed typing using predictive text keyboards such as Gboard or Swiftkey swiping, which was irritating, when you are typing text messages.
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

1 participant