diff --git a/.github/workflows/Package.yml b/.github/workflows/Package.yml index 194a4db..b42f4e5 100644 --- a/.github/workflows/Package.yml +++ b/.github/workflows/Package.yml @@ -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 diff --git a/ui/RapidVideOCR.spec b/ui/RapidVideOCR.spec index 976192b..1ab0c9d 100644 --- a/ui/RapidVideOCR.spec +++ b/ui/RapidVideOCR.spec @@ -59,6 +59,7 @@ exe = EXE( entitlements_file=None, icon=['rapid_videocr.ico'], ) + coll = COLLECT( exe, a.binaries,