From ce01a7b2d76fc1fe5cead2dcd346491d2247d744 Mon Sep 17 00:00:00 2001 From: JoeanAmier Date: Thu, 8 Aug 2024 18:54:34 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BC=98=E5=8C=96=E5=8F=AF=E6=89=A7?= =?UTF-8?q?=E8=A1=8C=E6=96=87=E4=BB=B6=E6=9E=84=E5=BB=BA=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/executable_build.yml | 10 +++++----- README.md | 1 + README_EN.md | 1 + static/XHS-Downloader.icns | Bin 0 -> 61575 bytes 4 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 static/XHS-Downloader.icns diff --git a/.github/workflows/executable_build.yml b/.github/workflows/executable_build.yml index 457d24c..e2ead7c 100644 --- a/.github/workflows/executable_build.yml +++ b/.github/workflows/executable_build.yml @@ -27,19 +27,19 @@ jobs: pip install -r requirements.txt pip install pyinstaller - - name: 构建可执行文件 + - name: 构建 Win 可执行文件 if: runner.os == 'Windows' run: | - pyinstaller --icon=./static/XHS-Downloader.ico --add-data "static;static" --add-data "locale;locale" .\main.py + pyinstaller --icon=./static/XHS-Downloader.ico --add-data "static:static" --add-data "locale:locale" main.py shell: pwsh - - name: Build executable on macOS + - name: 构建 Mac 可执行文件 if: runner.os == 'macOS' run: | - pyinstaller --icon=./static/XHS-Downloader.ico --add-data "static:static" --add-data "locale:locale" main.py + pyinstaller --icon=./static/XHS-Downloader.icns --add-data "static:static" --add-data "locale:locale" main.py - name: 上传文件 uses: actions/upload-artifact@v4 with: name: executable-${{ matrix.os }} - path: dist/ + path: dist/main/ diff --git a/README.md b/README.md index ea9439f..9154d46 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@

🔥 小红书链接提取/作品采集工具:提取账号发布、收藏、点赞作品链接;提取搜索结果作品链接、用户链接;采集小红书作品信息;提取小红书作品下载地址;下载小红书无水印作品文件!

+

⭐ 本项目完全免费开源,无任何收费功能,请勿上当受骗!

📑 项目功能