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

This commit is contained in:
Liang Ding 2022-09-08 10:36:15 +08:00
parent e4ddd99863
commit e52a10980b
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

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