From cd8a38692b10268a0fc93eef4786eeeaba65d04e Mon Sep 17 00:00:00 2001 From: zanllp Date: Tue, 3 Feb 2026 21:38:38 +0800 Subject: [PATCH 1/2] release --- vue/src-tauri/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue/src-tauri/tauri.conf.json b/vue/src-tauri/tauri.conf.json index 9ed4ff4e..7feac600 100644 --- a/vue/src-tauri/tauri.conf.json +++ b/vue/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "Infinite Image Browsing", - "version": "1.5.1" + "version": "1.6.0" }, "tauri": { "allowlist": { From 930f8158053dc6f17379670380c74d63d43f4a6c Mon Sep 17 00:00:00 2001 From: zanllp Date: Thu, 5 Feb 2026 20:36:32 +0800 Subject: [PATCH 2/2] fix --- .github/workflows/tauri_app_build.yml | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/.github/workflows/tauri_app_build.yml b/.github/workflows/tauri_app_build.yml index 90fff0b7..74a86ab4 100644 --- a/.github/workflows/tauri_app_build.yml +++ b/.github/workflows/tauri_app_build.yml @@ -9,7 +9,7 @@ jobs: build: strategy: matrix: - os: [windows-latest,ubuntu-22.04] + os: [windows-latest] runs-on: ${{ matrix.os }} @@ -32,9 +32,12 @@ jobs: cache-dependency-path: | **/requirements*.txt + - name: Install FFmpeg + run: choco install ffmpeg -y + - name: Install Dependencies run: | - + pip install --only-binary :all: av==14.0.1 pip install -r requirements.txt - name: Build Executable @@ -136,8 +139,12 @@ jobs: cache-dependency-path: | **/requirements*.txt + - name: Install FFmpeg + run: choco install ffmpeg -y + - name: Install Dependencies run: | + pip install --only-binary :all: av==14.0.1 pip install -r requirements.txt - uses: sayyid5416/pyinstaller@v1 @@ -213,21 +220,11 @@ jobs: name: bundle-${{ env.VERSION }}-Windows-pre path: artifacts - - uses: actions/download-artifact@v4 - with: - name: bundle-${{ env.VERSION }}-Linux - path: artifacts - - uses: actions/download-artifact@v4 with: name: iib_app_cli_Windows path: artifacts - - uses: actions/download-artifact@v4 - with: - name: iib_app_cli_Linux - path: artifacts - - name: Release uses: softprops/action-gh-release@v1 with: