mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 02:20:13 +01:00
🎨 非桌面端跳过新版本安装包下载
This commit is contained in:
parent
8cd3ac9a13
commit
e058890d8f
2 changed files with 2 additions and 2 deletions
|
|
@ -286,7 +286,7 @@ func skipNewVerInstallPkg() bool {
|
|||
if !gulu.OS.IsWindows() && !gulu.OS.IsDarwin() && !gulu.OS.IsLinux() {
|
||||
return true
|
||||
}
|
||||
if util.ISMicrosoftStore {
|
||||
if util.ISMicrosoftStore || util.ContainerStd != util.Container {
|
||||
return true
|
||||
}
|
||||
if !Conf.System.DownloadInstallPkg {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue