mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-23 08:46:09 +01:00
🎨 桌面端自动下载更新安装包 https://github.com/siyuan-note/siyuan/issues/5837
This commit is contained in:
parent
04e1c91015
commit
d49a73b752
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue