fix: tauri updater

This commit is contained in:
lencx
2023-01-04 21:44:23 +08:00
parent 65bb811f15
commit 3dd49cd5d3
4 changed files with 6 additions and 1 deletions

View File

@@ -57,6 +57,9 @@ jobs:
- name: Install app dependencies and build it
run: yarn && yarn build:fe
- name: Rewrite tauri.conf.json
run: yarn fix:conf
- name: fix tray icon
if: matrix.platform != 'macos-latest'
run: |