Add Desktop Opener for Haiku (#425)

You guys almost forgot this. Hope this helps! ;)
This commit is contained in:
CodeforEvolution 2020-01-01 15:10:50 -06:00 committed by Mischievous Meerkat
parent 0b78ff4af3
commit a36146f9c0
1 changed files with 2 additions and 0 deletions

View File

@ -398,6 +398,8 @@ static char * const utils[] = {
"/usr/bin/open",
#elif defined __CYGWIN__
"cygstart",
#elif defined __HAIKU__
"open",
#else
"xdg-open",
#endif