sveinbjornt / Platypus

Create native Mac applications from command line scripts.
https://sveinbjorn.org/platypus
BSD 3-Clause "New" or "Revised" License
2.84k stars 171 forks source link

Adding any argument prevents Path Selection dialog from showing #241

Closed eugenesvk closed 1 year ago

eugenesvk commented 1 year ago

With these settings when I click Create App I get the regular path selection dialog

Plat1NoArgWork

However, if I add any argument like so:

Plat2Arg

and then click the same Create App button, I don't get such a dialog, but not that the window title changed to "Select destination"

Plat3Fail

Removing the argument doesn't fix it, I still get that hanging title, but no dialog. Restarting the app fixes it unless I add an argument..

Platypus 5.4.1 on mac 10.15

eugenesvk commented 1 year ago

Found it's a duplicate