Skip to content

Commit

Permalink
feat: 支持自动更新
Browse files Browse the repository at this point in the history
  • Loading branch information
jianghonglu.neo committed Mar 22, 2023
1 parent 440efd6 commit adf8488
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
- uses: tauri-apps/tauri-action@dev
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_KEY_PASSWORD: ''
with:
projectPath: src-tauri
configPath: src-tauri/tauri.conf.json
Expand Down
10 changes: 8 additions & 2 deletions UPDATE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@


## v0.1.3

feat:

- 支持自动更新


## v0.1.2

fix:

- 修改错误提示方式

## v0.1.2
## v0.1.1

feat:

Expand Down

0 comments on commit adf8488

Please sign in to comment.