Explorar el Código

Add Desktop Opener for Haiku (#425)

You guys almost forgot this. Hope this helps! ;)
master
CodeforEvolution Mischievous Meerkat hace 4 años
padre
commit
a36146f9c0
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      src/nnn.c

+ 2
- 0
src/nnn.c Ver fichero

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


Cargando…
Cancelar
Guardar