From 554605d9425d3e897021e279853a5a54dc61e3d5 Mon Sep 17 00:00:00 2001 From: SWHL Date: Sun, 4 Jun 2023 18:50:00 +0800 Subject: [PATCH] Update desktop v0.0.2 --- .github/workflows/Package.yml | 2 +- ui/RapidVideOCR.spec | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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,