-
-
Notifications
You must be signed in to change notification settings - Fork 172
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
set an argument for the interpreter doesn't work #243
Comments
ive had the exact same issue, what breaks it is setting anything as arguments |
This is a known bug in the latest version, will be fixed in the next update. |
Same problem here. Is there any projection for when the next version can be expected? |
I just ran into this problem too. as a workaround, what I did was create a config.sh script which set the arguments that I want: and then in Platypus, I added config.sh to the "Bundled Files" section |
@jglass524 I think this issue is fixed, the author just hasn't released a new binary with the fix. Try compiling the project yourself and I believe it should just work. It does for me 👍🏼 |
There is another workaround: Change the args as you want and save as profile. Then close and go to 'Load Profile' (and don't change the args anymore). After that it'll work |
When using Platypus, if I set an argument for the interpreter (bash) then when clicking to "Create App" nothing happens. if I don't, everything work as expected
The text was updated successfully, but these errors were encountered: