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