Skip to content

Commit

Permalink
Update desktop v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL committed Jun 4, 2023
1 parent 24fb13e commit 554605d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: |
mv ui/* .
pyinstaller RapidVideOCR.spec
echo "VERSION=$(get_pypi_latest_version rapid_videocr)" >> $GITHUB_OUTPUT
echo "VERSION=0.0.2" >> $GITHUB_OUTPUT
- if: matrix.os == 'windows-2022'
name: zip the artifact dir into a zip
Expand Down
1 change: 1 addition & 0 deletions ui/RapidVideOCR.spec
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ exe = EXE(
entitlements_file=None,
icon=['rapid_videocr.ico'],
)

coll = COLLECT(
exe,
a.binaries,
Expand Down

0 comments on commit 554605d

Please sign in to comment.