moretension / duti

A command-line tool to select default applications for document types and URL schemes on Mac OS X
Other
1.41k stars 66 forks source link

`duti -V` on 1.5.4 produces `INTERNAL` #26

Open chdiza opened 6 years ago

chdiza commented 6 years ago

On 1.5.4, duti -V is broken. It results in INTERNAL.

Maybe this was broken on 1.5.3 (I can't check right now), but I doubt it.

TurtleWilly commented 10 months ago

I still had a left-over 1.5.3 build in an abandoned Homebrew installation, and it looks proper there:

$ /usr/local/homebrew/Cellar/duti/1.5.3/bin/duti -V
1.5.3
$ duti -V
INTERNAL
TurtleWilly commented 10 months ago

Solution, if you downloaded the source archive from GitHub:

duti-1.5.4 $ ./duti -V
1.5.4
iloveitaly commented 10 months ago

PRs to fix this (and really, an automated build system on GH actions) are welcome!