From 52fa9dbf15f9d4236b03a2c5a651d4ad8432f89e Mon Sep 17 00:00:00 2001 From: XL Date: Mon, 21 Jul 2025 15:17:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8C=85=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compress.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compress.sh b/compress.sh index 3445d435..00c3e2bc 100644 --- a/compress.sh +++ b/compress.sh @@ -20,6 +20,8 @@ cp config.py "$DEST_DIR/" cp webui.py "$DEST_DIR/" cp -r ref_audio "$DEST_DIR/" cp requirements.txt "$DEST_DIR/" +cp install.sh "$DEST_DIR/" +cp extra-req.txt "$DEST_DIR/" echo "复制文件结束..." # 创建压缩包