From: Zachary Yedidia Date: Fri, 22 Jul 2022 00:54:01 +0000 (-0700) Subject: Only run info plist on darwin X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=ad70480de755029910b7a9173632d0576eabc25c;p=micro.git Only run info plist on darwin --- diff --git a/tools/info-plist.go b/tools/info-plist.go index 22a1db0e..89b47846 100644 --- a/tools/info-plist.go +++ b/tools/info-plist.go @@ -17,6 +17,9 @@ func check(e error) { } func main() { + if runtime.GOOS != "darwin" { + return + } if len(os.Args) == 3 { if os.Args[1] == "darwin" && runtime.GOOS == "darwin" { rawInfoPlistString := `