From d49a73b7525d7eaf46a6033783f2f4406acd1e2a Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Fri, 9 Sep 2022 08:50:10 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E6=A1=8C=E9=9D=A2=E7=AB=AF=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E4=B8=8B=E8=BD=BD=E6=9B=B4=E6=96=B0=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E5=8C=85=20https://github.com/siyuan-note/siyuan/issues/5837?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel/model/updater.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/model/updater.go b/kernel/model/updater.go index 2879bad0c..b3db3cd6a 100644 --- a/kernel/model/updater.go +++ b/kernel/model/updater.go @@ -219,7 +219,7 @@ func CheckUpdate(showMsg bool) { } func skipNewVerInstallPkg() bool { - if !gulu.OS.IsWindows() { + if !gulu.OS.IsWindows() && !gulu.OS.IsDarwin() && !gulu.OS.IsLinux() { return true } if util.ISMicrosoftStore {