Commit d0483a31 authored by 神楽坂玲奈's avatar 神楽坂玲奈

尝试修复YGOPro更新失败问题

parent b0926d75
......@@ -130,7 +130,7 @@ function createAria2c() {
default:
throw 'unsupported platform';
}
return child_process.spawn(aria2c_path, ['--enable-rpc', '--rpc-allow-origin-all', '--continue', '--split=10', '--min-split-size=1M', '--max-connection-per-server=10', '--remove-control-file'], {stdio: 'ignore'});
return child_process.spawn(aria2c_path, ['--enable-rpc', '--rpc-allow-origin-all', '--continue', '--split=10', '--min-split-size=1M', '--max-connection-per-server=10', '--remove-control-file', '--allow-overwrite'], {stdio: 'ignore'});
}
const aria2c = createAria2c();
......
{
"name": "mycard",
"version": "3.0.21",
"version": "3.0.22",
"description": "mycard",
"keywords": [],
"author": "zh99998 <zh99998@gmail.com>",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment