chore(workflow): ignore md files in release workflow

update README for FFmpeg built-in and Python version requirement
This commit is contained in:
wood chen 2024-11-16 10:04:43 +08:00
parent e809a2e6f7
commit 93a01d21cf
2 changed files with 4 additions and 3 deletions

View File

@ -3,6 +3,7 @@ name: Build and Release
on:
push:
branches: [main]
paths-ignore: [**.md]
workflow_dispatch:
permissions:

View File

@ -5,8 +5,8 @@
## 功能
- 支持拖放视频文件到应用程序窗口进行转换。
- 自动检测FFmpeg是否安装如未安装则提供安装向导
- 提供多种系统平台的安装和使用说明
- 内置FFmpeg工具进行视频转码, 不需要在系统安装FFmpeg
- 多平台, 多线程
## 安装
@ -32,7 +32,7 @@
### 环境搭建
1. 安装Python 3.7及以上版本。
1. 安装Python 3.10及以上版本。
2. 安装依赖库:
```bash
pip install -r requirements.txt