Commit e6200b81 authored by nanahira's avatar nanahira

linux tmp

parent 14f5af66
...@@ -130,6 +130,9 @@ function createAria2c() { ...@@ -130,6 +130,9 @@ function createAria2c() {
aria2c_path = path.join('bin', 'aria2c'); aria2c_path = path.join('bin', 'aria2c');
} }
break; break;
case 'linux':
aria2c_path = '/usr/bin/aria2c';
break;
default: default:
throw 'unsupported platform'; throw 'unsupported platform';
} }
......
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