fix: tray icon (#87)

This commit is contained in:
lencx
2022-12-28 01:12:03 +08:00
parent f4d3cc6c8e
commit 2d018c4967
7 changed files with 40 additions and 19 deletions

View File

@@ -64,6 +64,11 @@ jobs:
- name: Install app dependencies and build it
run: yarn && yarn build:fe
- name: fix tray icon
if: matrix.platform != 'macos-latest'
run: |
yarn fix:tray
- uses: tauri-apps/tauri-action@v0.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}