From 856b81ab04519a9ffade659ad18d243de29e6a1d Mon Sep 17 00:00:00 2001 From: Travis McLane Date: Fri, 9 Jul 2021 15:08:59 -0500 Subject: [PATCH] add missing import --- v2/internal/system/system_darwin.go | 1 + 1 file changed, 1 insertion(+) diff --git a/v2/internal/system/system_darwin.go b/v2/internal/system/system_darwin.go index f476e496e..63cf4138f 100644 --- a/v2/internal/system/system_darwin.go +++ b/v2/internal/system/system_darwin.go @@ -5,6 +5,7 @@ package system import ( "os/exec" "strings" + "syscall" "github.com/wailsapp/wails/v2/internal/system/packagemanager"