From 1b73c124a991bb207247bff84b846375226524c3 Mon Sep 17 00:00:00 2001 From: wapznw Date: Thu, 11 Apr 2019 15:56:51 +0800 Subject: [PATCH] update readme v0.1.6 --- README.md | 10 +++++++++- package.json | 4 ++-- public/package.json | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5a5da52..5ecdec2 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,15 @@ [下载Ubuntu版](../../releases) -> Ubuntu 需要先安装 aria2_1.33.1-1_amd64.deb +> 如果启动内置aria2失败,尝试安装 sudo apt install libc-ares2 -y + +> 或安装 aria2_1.33.1-1_amd64.deb + +开发 +``` +npm run start +npm run electron:dev +``` 编译 ``` diff --git a/package.json b/package.json index 2088d38..834bf64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "aria2down", - "version": "0.1.0", + "name": "aria2desktop", + "version": "0.1.6", "private": true, "dependencies": { "antd": "^3.4.0", diff --git a/public/package.json b/public/package.json index 730aa2e..9f33593 100644 --- a/public/package.json +++ b/public/package.json @@ -1,6 +1,6 @@ { "name": "aria2-desktop", - "version": "0.1.5", + "version": "0.1.6", "private": true, "main": "main.js", "author": "wapznw ",