mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🎨 桌面端自动下载更新安装包 https://github.com/siyuan-note/siyuan/issues/5837
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user