Browse Source

:triangular_flag_on_post: The Microsoft Store version no longer supports in-app updates checking https://github.com/siyuan-note/siyuan/issues/11505

Daniel 1 year ago
parent
commit
5db05a819e
1 changed files with 4 additions and 0 deletions
  1. 4 0
      kernel/model/updater.go

+ 4 - 0
kernel/model/updater.go

@@ -252,6 +252,10 @@ func CheckUpdate(showMsg bool) {
 		return
 	}
 
+	if Conf.System.IsMicrosoftStore {
+		return
+	}
+
 	result, err := util.GetRhyResult(showMsg)
 	if nil != err {
 		return