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

尝试修复YGOPro更新失败问题

parent 86152eb3
...@@ -130,7 +130,7 @@ function createAria2c() { ...@@ -130,7 +130,7 @@ function createAria2c() {
default: default:
throw 'unsupported platform'; 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"], {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'], {stdio: 'ignore'});
} }
const aria2c = createAria2c(); const aria2c = createAria2c();
......
{ {
"name": "mycard", "name": "mycard",
"version": "3.0.20", "version": "3.0.21",
"description": "mycard", "description": "mycard",
"keywords": [], "keywords": [],
"author": "zh99998 <zh99998@gmail.com>", "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