Skip to content

Commit

Permalink
fix: 修复更新地址错误
Browse files Browse the repository at this point in the history
  • Loading branch information
GuoJikun committed Nov 13, 2024
1 parent c3bae74 commit 0a2f888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"dangerousInsecureTransportProtocol": true,
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDNEMEM3QzA1RjJCRkY1ODYKUldTRzliL3lCWHdNUGRpVGU1a3YzbWE1WlB0RVR3UU10eGZBME10dTkrbDg3QkNpSVdrOGMyQTcK",
"endpoints": [
"https://api.github.com/repos/GuoJikun/quicklook/releases/latest/download/latest.json"
"https://github.com/GuoJikun/quicklook/releases/latest/download/latest.json"
]
}
}
Expand Down

0 comments on commit 0a2f888

Please sign in to comment.