From 5b2e5b1d8544c255c6255c3c394a82e40f686c6b Mon Sep 17 00:00:00 2001 From: Travis McLane Date: Sat, 28 Mar 2020 17:57:22 -0500 Subject: [PATCH] chore: correct build tag on app_other --- app_other.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_other.go b/app_other.go index 6e322fbf..5d63c4c6 100644 --- a/app_other.go +++ b/app_other.go @@ -1,4 +1,4 @@ -// +build +linux +darwin !windows +// +build linux darwin !windows package wails