Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
M-studen committed Feb 9, 2024
1 parent 293d688 commit bb8f0f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
with:
tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
releaseName: 'App v__VERSION__'
releaseBody: 'See the assets to download this version and install.'
releaseBody: '发现新版本'
releaseDraft: false
prerelease: false
3 changes: 2 additions & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"package": {
"productName": "DnsTools",
"version": "1.0.0"
"version": "1.0.1"
},
"tauri": {
"allowlist": {
Expand Down Expand Up @@ -40,6 +40,7 @@
"updater": {
"active": true,
"dialog": true,
"endpoints": ["https://update.dnstools.xwsclub.top/update.json"],
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEFCMDEyNDFEQUQ2QjIxNQpSV1FWc3RiYVFSS3dDamRwaVZnK2NvL3JKQ1UxM2RrNGNxNEVuVFlGRG5hZkRmR3ZRSUltZHFGVAo=",
"windows": {
"installMode": "passive",
Expand Down

0 comments on commit bb8f0f2

Please sign in to comment.