mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 16:40:13 +01:00
🎨 桌面端自动下载更新安装包 https://github.com/siyuan-note/siyuan/issues/5837
This commit is contained in:
parent
012d1d113e
commit
b8d7eb79ef
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ func NewSystem() *System {
|
||||||
ID: util.GetDeviceID(),
|
ID: util.GetDeviceID(),
|
||||||
KernelVersion: util.Ver,
|
KernelVersion: util.Ver,
|
||||||
NetworkProxy: &NetworkProxy{},
|
NetworkProxy: &NetworkProxy{},
|
||||||
DownloadInstallPkg: true,
|
DownloadInstallPkg: false,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue