0
0
mirror of https://github.com/ok-oldking/ok-wuthering-waves.git synced 2025-05-31 09:30:57 +00:00

修复打包

This commit is contained in:
firedcto@gmail.com 2024-09-21 01:04:36 +08:00
parent 8482f2d653
commit 7eac5a7403
2 changed files with 2 additions and 1 deletions

View File

@ -52,6 +52,7 @@ jobs:
python -m ok.update.gen_md5 .\dist
Copy-Item -Path "dist" -Destination "ok-ww" -Recurse
7z a -t7z -r "ok-ww-CPU-full-${{ steps.tagName.outputs.tag }}.7z" "ok-ww"
Remove-Item -Path "ok-ww" -Recurse -Force
python -m ok.update.package_full_with_profile ${{ steps.tagName.outputs.tag }} 0
python -m ok.update.gen_md5 .\dist

View File

@ -1,4 +1,4 @@
ok-script==0.0.264
ok-script==0.0.265
#rapidocr_onnxruntime
rapidocr_openvino
pySide6-Fluent-Widgets>=1.5.5