coder / coder/coder-desktop-macos

Serve preview builds from a unique URL

Aperta
#193 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Swift
Stelle
29
Fork
8
Merge medio
18h 14m
PR unite (30g)
4

Descrizione

Right now, we use the same download URL for all preview builds:

`https://github.com/coder/coder-desktop-macos/releases/download/preview/Coder-Desktop.pkg`

This means if an update popup advertises a preview build other than the latest (separately, why is this happening?) installing that build will fail, as the signature of the latest build does not match what Sparkle expected to download. This produces an update error:

![Image](https://github.com/user-attachments/assets/9692ae9f-1b61-4779-9bf2-c463d283140e)

This can be worked around by **simply checking for updates again**, and installing the advertised version, which will be the actual latest preview build.

This **does not effect `Stable` release builds**, as they are served from a unique URL:

`https://github.com/coder/coder-desktop-macos/releases/download/v0.7.0/Coder-Desktop.pkg`

We could solve this by serving the last N preview builds from a GCP bucket.

Guida per i contributori

Apri la guida per i contributori

Direzione di ricerca

Inizia tracciando come vengono pubblicate le build di anteprima e come l’updater risolve l’URL di download dell’anteprima, usando l’URL stabile con versione come punto di confronto. Verifica l’approccio proposto del bucket GCP rispetto al flusso di release e aggiornamento; il lavoro è completo quando le build di anteprima annunciate in precedenza vengono scaricate correttamente e le relative firme corrispondono.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Valutazione

Stack tecnologico
swift
Ambito
desktop, release
Tipo di issue
Bug
Difficoltà
4/5
Tempo stimato
3-5 giorni
Stato di attività
Ferma
Chiarezza
Abbastanza chiara
Idoneità per principianti
35/100

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.