From 93a01d21cf4f493087ce9a9ead3a26eb22748a40 Mon Sep 17 00:00:00 2001 From: wood chen Date: Sat, 16 Nov 2024 10:04:43 +0800 Subject: [PATCH] chore(workflow): ignore md files in release workflow update README for FFmpeg built-in and Python version requirement --- .github/workflows/release.yml | 1 + README.md | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 035ff74..dc38cfe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,6 +3,7 @@ name: Build and Release on: push: branches: [main] + paths-ignore: [**.md] workflow_dispatch: permissions: diff --git a/README.md b/README.md index 06f9953..e63434d 100644 --- a/README.md +++ b/README.md @@ -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