未验证 提交 3655e30c 编写于 作者: 雪月秋水 提交者: GitHub

Merge pull request #118 from gitchs/master

fix checksum location
......@@ -190,7 +190,7 @@ class Core {
const sha1Check = this.getConfigData('sha1Check')
if (sha1Check) {
aria2CmdLine += ` --checksum=sha-1=${file.sha1}`
aria2Line += ` checksum=sha-1=${file.sha1}`
aria2Line += `\n checksum=sha-1=${file.sha1}`
}
aria2CmdTxt.push(aria2CmdLine)
aria2Txt.push(aria2Line)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册