update version

pull/132/head
penggy 6 years ago
parent 95120a3229
commit d00167373f

@ -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、内存、分发流量、累积运行时间等

@ -1,6 +1,6 @@
{
"name": "easydarwin",
"version": "1.0.0",
"version": "8.1.0",
"description": "EasyDarwin Open Source Media Server",
"main": "index.js",
"scripts": {

Loading…
Cancel
Save