From d968e6ad6d2002b990fd3e9d094355dad3256486 Mon Sep 17 00:00:00 2001 From: lencx Date: Sat, 4 Mar 2023 01:23:43 +0800 Subject: [PATCH] fix: error --- .github/workflows/release.yml | 4 ++++ src-tauri/tauri.conf.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a23b988..a0d1c6d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,6 +54,10 @@ jobs: with: key: ${{ matrix.target }} + - name: Install dependencies (macos only) + if: matrix.os == 'macos-latest' + run: pip install xattr + - name: Install dependencies (ubuntu only) if: matrix.os == 'ubuntu-latest' run: | diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index ca99788..52470ed 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "ChatGPT", - "version": "0.11.1" + "version": "0.11.0" }, "tauri": { "allowlist": {