diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 52fa8a8..94eb8b4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 \ No newline at end of file diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 902c7dc..fc4735b 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "DnsTools", - "version": "1.0.0" + "version": "1.0.1" }, "tauri": { "allowlist": { @@ -40,6 +40,7 @@ "updater": { "active": true, "dialog": true, + "endpoints": ["https://update.dnstools.xwsclub.top/update.json"], "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEFCMDEyNDFEQUQ2QjIxNQpSV1FWc3RiYVFSS3dDamRwaVZnK2NvL3JKQ1UxM2RrNGNxNEVuVFlGRG5hZkRmR3ZRSUltZHFGVAo=", "windows": { "installMode": "passive",