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

Relative Pathing to the .platypus Configuration File #276

Open majeric opened 4 months ago

majeric commented 4 months ago

I don't know if this is a bug, a feature request or simply an addition to the documentation but I noticed that the .platypus configuration files are absolutely pathing which means that one can't check them into version control such that they are useful for anyone else. Or even just wanting to move one's project to a different location on one's computer.

Is this a missing feature? Is there just something I'm missing in the platypus interface?

sveinbjornt commented 4 months ago

Relative paths are supported in .platypus profiles, but are not generated by the app. If you edit the plist manually, everything should work. If not, that's a bug.