mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-03-16 04:03:17 +08:00
🐛 修正自动更新
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -43,6 +43,6 @@ jobs:
|
||||
with:
|
||||
tagName: v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
|
||||
releaseName: v__VERSION__-alpha
|
||||
releaseBody: See the assets to download this version and install.
|
||||
releaseBody: https://github.com/BTMuli/Tauri.Genshin/releases/tag/v__VERSION__
|
||||
releaseDraft: true
|
||||
prerelease: false
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
"updater": {
|
||||
"active": true,
|
||||
"dialog": true,
|
||||
"endpoints": ["https://github.com/BTMuli/Tauri.Genshin/blob/master/latest.json"],
|
||||
"endpoints": ["https://raw.fastgit.org/BTMuli/Tauri.Genshin/master/latest.json"],
|
||||
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDg2MkVGRjMxQzJDQzFBNTkKUldSWkdzekNNZjh1aHJGRXBEOGtwbUxLaU1wdWNVeUJaeGhoV2ZlZ3VlYmQ0b2tYZWQwODdnTHkK"
|
||||
},
|
||||
"windows": [
|
||||
|
||||
Reference in New Issue
Block a user