🎨 桌面端自动下载更新安装包 https://github.com/siyuan-note/siyuan/issues/5837
This commit is contained in:
parent
e4ddd99863
commit
e52a10980b
1 changed files with 3 additions and 0 deletions
|
@ -223,6 +223,9 @@ func InitConf() {
|
|||
Conf.System.DataDir = util.DataDir
|
||||
Conf.System.Container = util.Container
|
||||
Conf.System.IsMicrosoftStore = util.ISMicrosoftStore
|
||||
if util.ISMicrosoftStore {
|
||||
logging.LogInfof("using Microsoft Store edition")
|
||||
}
|
||||
Conf.System.OS = runtime.GOOS
|
||||
Conf.Newbie = util.IsNewbie
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue