fix: error

This commit is contained in:
lencx
2023-03-04 01:23:43 +08:00
parent 15d0853cdb
commit d968e6ad6d
2 changed files with 5 additions and 1 deletions

View File

@@ -54,6 +54,10 @@ jobs:
with: with:
key: ${{ matrix.target }} key: ${{ matrix.target }}
- name: Install dependencies (macos only)
if: matrix.os == 'macos-latest'
run: pip install xattr
- name: Install dependencies (ubuntu only) - name: Install dependencies (ubuntu only)
if: matrix.os == 'ubuntu-latest' if: matrix.os == 'ubuntu-latest'
run: | run: |

View File

@@ -7,7 +7,7 @@
}, },
"package": { "package": {
"productName": "ChatGPT", "productName": "ChatGPT",
"version": "0.11.1" "version": "0.11.0"
}, },
"tauri": { "tauri": {
"allowlist": { "allowlist": {