summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/rangehttpserver
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2022-03-31 14:04:52 +0200
committertoonn <toonn@toonn.io>2022-03-31 14:04:52 +0200
commitf31d9457551315abad6174c08646e39e09f8db70 (patch)
tree211594dbd80c77dac69ccf9597f3b41ae6652dba /pkgs/development/python-modules/rangehttpserver
parent196f989ae88a13210720cb08d53a57c5c05481a0 (diff)
desktopToDarwinBundle: Implement %f and %u Exec field codes
`%f` and `%u` are used to signal the program only accepts a single file or URI argument. I do not believe there's a way to signal this information to macOS but it is possible the program really won't work if multiple files are passed and it's possible the relative position of `%i`, `%c` or `%k` matters. So we replace `%f` or `%u` with `$1`. That way we only pass one file in the (possibly significant) position of the field code.
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions