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

MacOS binary opens in textedit #221

Open
thatnokiaguy opened this issue Nov 1, 2024 · 2 comments
Open

MacOS binary opens in textedit #221

thatnokiaguy opened this issue Nov 1, 2024 · 2 comments

Comments

@thatnokiaguy
Copy link

Hi there, not sure if im missing something but the mac os binary always seems to open in text edit, which i dont quite get. running on Mojave.
Screen Shot 2024-11-01 at 12 23 00 AM

(a screenshot of what happens for me, with an embarrasing "how to screenshot on mac" search because i dont have a mac keyboard and dont use mac all that much)

@feschber
Copy link
Owner

feschber commented Nov 1, 2024

The file is an executable binary. You need to open the directory from a terminal and run

chmod +x lan-mouse-macos-intel

to give it execute permissions and then

./lan-mouse-macos-intel

to actually run it.

@thatnokiaguy
Copy link
Author

thatnokiaguy commented Nov 1, 2024 via email

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

No branches or pull requests

2 participants