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

This commit is contained in:
Liang Ding 2022-09-08 17:40:24 +08:00
parent 012d1d113e
commit b8d7eb79ef
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -46,7 +46,7 @@ func NewSystem() *System {
ID: util.GetDeviceID(),
KernelVersion: util.Ver,
NetworkProxy: &NetworkProxy{},
DownloadInstallPkg: true,
DownloadInstallPkg: false,
}
}