🎨 非桌面端跳过新版本安装包下载

This commit is contained in:
Liang Ding 2023-02-09 20:44:09 +08:00
parent 8cd3ac9a13
commit e058890d8f
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
2 changed files with 2 additions and 2 deletions

View file

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