mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +01:00
🎨 桌面端自动下载更新安装包 https://github.com/siyuan-note/siyuan/issues/5837
This commit is contained in:
parent
7987c2417a
commit
de13882cc0
1 changed files with 1 additions and 1 deletions
|
|
@ -348,7 +348,7 @@ func exit(c *gin.Context) {
|
|||
force = forceArg.(bool)
|
||||
}
|
||||
|
||||
execInstallPkgArg := arg["execInstallPkgArg"] // 0:默认检查新版本,1:不执行新版本安装,2:执行新版本安装
|
||||
execInstallPkgArg := arg["execInstallPkg"] // 0:默认检查新版本,1:不执行新版本安装,2:执行新版本安装
|
||||
execInstallPkg := 0
|
||||
if nil != execInstallPkgArg {
|
||||
execInstallPkg = int(execInstallPkgArg.(float64))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue