🎨 桌面端自动下载更新安装包 https://github.com/siyuan-note/siyuan/issues/5837

This commit is contained in:
Liang Ding 2022-09-09 08:50:10 +08:00
parent 04e1c91015
commit d49a73b752
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -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 {