File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ jobs:
2929 - name : 构建 Win 可执行文件
3030 if : runner.os == 'Windows'
3131 run : |
32- pyinstaller --icon=./static/images/TikTokDownloader.ico --add-data "static:static" --add-data "templates:templates" --collect-all emoji main.py
32+ pyinstaller --icon=./static/images/TikTokDownloader.ico --add-data "static:static" --add-data "locale:locale" --add-data " templates:templates" --collect-all emoji main.py
3333 shell : pwsh
3434
3535 - name : 构建 Mac 可执行文件
3636 if : runner.os == 'macOS'
3737 run : |
38- pyinstaller --icon=./static/images/TikTokDownloader.icns --add-data "static:static" --add-data "templates:templates" --collect-all emoji main.py
38+ pyinstaller --icon=./static/images/TikTokDownloader.icns --add-data "static:static" --add-data "locale:locale" --add-data " templates:templates" --collect-all emoji main.py
3939
4040 - name : 上传文件
4141 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -34,13 +34,13 @@ jobs:
3434 - name : 构建 Win 可执行文件
3535 if : runner.os == 'Windows'
3636 run : |
37- pyinstaller --icon=./static/images/TikTokDownloader.ico --add-data "static:static" --add-data "templates:templates" --collect-all emoji main.py
37+ pyinstaller --icon=./static/images/TikTokDownloader.ico --add-data "static:static" --add-data "locale:locale" --add-data " templates:templates" --collect-all emoji main.py
3838 shell : pwsh
3939
4040 - name : 构建 Mac 可执行文件
4141 if : runner.os == 'macOS'
4242 run : |
43- pyinstaller --icon=./static/images/TikTokDownloader.icns --add-data "static:static" --add-data "templates:templates" --collect-all emoji main.py
43+ pyinstaller --icon=./static/images/TikTokDownloader.icns --add-data "static:static" --add-data "locale:locale" --add-data " templates:templates" --collect-all emoji main.py
4444
4545 - name : 创建压缩包
4646 run : |
You can’t perform that action at this time.
0 commit comments