Open torhector2 opened 1 year ago
@sveinbjornt Is there any way to download latest CLI directly? Thanks in advance!
You can install the command line client via the Preferences window in Platypus.
That being said, I should try to fix the issue with including Platypus in Homebrew.
Since brew install platypus
is now disabled, how do you recommend installing the CLI on a GitHub Actions runner (with no GUI)?
The command line tool is in the Platypus.app bundle. It's also a target in the xcodeproj. That stuff is definitely fixable. Probably the simplest is to include the binary in your repo.
Thanks for the quick response!
For anyone else trying to get this to work, here is what I did:
Platypus.app/Contents/Resources
into the repo (some of these files needed to be unzipped first): platypus_clt
ScriptExec
MainMenu.nib
ScriptExec
and MainMenu.nib
into /usr/local/share/platypus
platypus
command in the pipeline to platypus_clt
FWIW: I've successfully followed @berleant's instructions with some tweaks:
ScriptExec
and platypus_clt
are gzipped in the archive and need to be extracted firstI've created a Github action which would successfully bundle a Hello World script and upload the asset. See https://github.com/sveinbjornt/Platypus/issues/270#issuecomment-2312235079.
Hey there,
We're using the Platypus program from Homebrew to create apps in our GitHub Actions workflows. But the version we're using (5.3) isn't working right, and the apps we make won't run. It turns out that newer versions of Platypus (5.4 and 5.4.1) have fixed this issue.
Could you update the version of Platypus in Homebrew to the newest one, so we can use it and other people can too?
Thank you very much for your help and for providing such a great app.