From fcd5625a3425d67bbb8993a8d81fee6c7484db68 Mon Sep 17 00:00:00 2001 From: Max Risuhin Date: Mon, 11 Feb 2019 22:32:40 +0200 Subject: [PATCH] xdg-open launch target support for bsd systems (#211) --- platform/linuxLaunch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/linuxLaunch.go b/platform/linuxLaunch.go index 0e97c0c..4005514 100644 --- a/platform/linuxLaunch.go +++ b/platform/linuxLaunch.go @@ -1,4 +1,4 @@ -// +build linux +// +build linux freebsd netbsd openbsd package platform