diff --git a/README.md b/README.md index bd4ae7c7..ab5dc4e8 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,7 @@ EasyPusher参数设置如下 - node 系 npm i -g rimraf + npm i -g @penggy/pack - go 系 @@ -130,6 +131,19 @@ EasyPusher参数设置如下 npm run clean +- 打包 + + # for windows + npm run build:win + pack zip + + # for linux + npm run build:lin + pack tar + + # for clean + pack clean + ## 下一步开发计划 - 系统运行信息统计:CPU、内存、分发流量、累积运行时间等; diff --git a/package.json b/package.json index 0a1d9d21..7b63b942 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "easydarwin", - "version": "1.0.0", + "version": "8.1.0", "description": "EasyDarwin Open Source Media Server", "main": "index.js", "scripts": {