From a170f335d2b672ceab58204ffc17bf926388315f Mon Sep 17 00:00:00 2001 From: builder555 <85308587+builder555@users.noreply.github.com> Date: Sun, 28 Jan 2024 10:32:01 -0500 Subject: [PATCH 1/2] fix: add missing library --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bfabf517..4ed6809c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -112,7 +112,7 @@ jobs: node-version: 18 - name: Install dependencies for ${{matrix.target}} run: | - pip install pyinstaller websockets requests pinecil typing_extensions + pip install pyinstaller websockets requests pinecil typing_extensions rich pushd ui && npm install && popd - name: Build application for ${{matrix.target}} run: ${{ matrix.BUILD_CMD }} From 10faf9f9c901d9aa4c84191909753d4bbc390a61 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 28 Jan 2024 15:32:27 +0000 Subject: [PATCH 2/2] chore: bump version to 2.2.3 --- version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.txt b/version.txt index b1b25a5f..58594069 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.2.2 +2.2.3