From 5536380d53d3b78cfd9e974387c4fb662479e24c Mon Sep 17 00:00:00 2001 From: imgyh <1974355683@qq.com> Date: Fri, 3 Mar 2023 17:33:20 +0800 Subject: [PATCH] =?UTF-8?q?ci(pyinstaller):=20=E5=A2=9E=E5=8A=A0=E6=89=93?= =?UTF-8?q?=E5=8C=85exe=E6=97=B6=E5=8A=A0=E5=85=A5js=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pyinstaller.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index 1c67095..b02b2b3 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -28,7 +28,7 @@ jobs: run: | python -m pip install --upgrade pip python -m pip install -r requirements.txt - pyinstaller -i ./static/img/favicon.ico -F TikTokCommand.py + pyinstaller -i ./static/img/favicon.ico -F TikTokCommand.py --add-data "X-Bogus.js;." - name: Create Release and Upload Release Asset uses: softprops/action-gh-release@v1