mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-11 06:53:43 +00:00
desktop: fix latest.json finalizer
This commit is contained in:
parent
cf78855165
commit
b1bfecb71d
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ const entries: Record<string, { url: string; signature: string }> = {}
|
|||
const add = (key: string, asset: Asset, signature: string) => {
|
||||
if (entries[key]) return
|
||||
entries[key] = {
|
||||
url: `https://github.com/${repo}/releases/download/${version}/${asset.name}`,
|
||||
url: `https://github.com/${repo}/releases/download/v${version}/${asset.name}`,
|
||||
signature,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue