Skip to content

Commit 8af5f69

Browse files
committed
update
1 parent 1808a0e commit 8af5f69

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README-zh.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ CaptfEncoder 提供功能都是基于插件机制实现的,所有插件都在
2626

2727
### 方法一 直接下载可执行程序
2828

29+
* <https://github.com/guyoung/CaptfEncoder/releases>
2930
* 百度网盘 <https://pan.baidu.com/s/1q2N1w44bvYIXLe5gCI5oKA> 密码:k5b9
3031

3132
### 方法二 使用Electron运行
@@ -138,6 +139,7 @@ CaptfEncoder 提供功能都是基于插件机制实现的,所有插件都在
138139

139140
## 下载软件
140141

142+
* <https://github.com/guyoung/CaptfEncoder/releases>
141143
* 百度网盘 <https://pan.baidu.com/s/1q2N1w44bvYIXLe5gCI5oKA> 密码:k5b9
142144

143145

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"author": "",
77
"license": "",
88
"scripts": {
9+
"postinstall": "cd extensions && npm install",
910
"start": "electron ."
1011
},
1112
"devDependencies": {

0 commit comments

Comments
 (0)