You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many people using my Hammerspoon script run into issues installing LGWebOSRemote on their Mac (dependency issues, for example) and I was wondering if it could easily be bundled into a standalone package/executable?
I'm not familiar with the Python ecosystem, but found Pyinstaller and Nuitka. I gave it a very quick shot but wasn't able to successfully bundle up LGWebOSRemote.
So my questions are:
Are there any viable options to ship a single executable on MacOS (x86/arm64), not requiring the Python interpreter on the target machine?
Is the an appetite on your part to start shipping such an executable?
Thanks!
The text was updated successfully, but these errors were encountered:
Hello friends, I am the author of https://github.com/cmer/lg-tv-control-macos, which uses LGWebOSRemote under the hood.
Many people using my Hammerspoon script run into issues installing LGWebOSRemote on their Mac (dependency issues, for example) and I was wondering if it could easily be bundled into a standalone package/executable?
I'm not familiar with the Python ecosystem, but found Pyinstaller and Nuitka. I gave it a very quick shot but wasn't able to successfully bundle up LGWebOSRemote.
So my questions are:
Thanks!
The text was updated successfully, but these errors were encountered: