fix(store): defer multi-version app version choice (#129)
Demo images / Build & push demo images (push) Failing after 39s

This commit is contained in:
archipelago
2026-08-30 10:23:58 -04:00
parent d79ca54019
commit b4714f1773
3 changed files with 25 additions and 4 deletions
@@ -57,6 +57,12 @@ export interface InstallProgress {
attempt: number
}
/** Apps that ask for their concrete version in InstallVersionModal. Their
* store tiles deliberately omit a single catalog version: showing “v28.4”
* there implies that is the only version immediately before asking the user
* to choose a different one. */
export const MULTI_VERSION_APP_IDS = new Set(['bitcoin-knots', 'bitcoin-core'])
/** Archipelago app registry — all app images are mirrored here */
const REGISTRY = 'source.archipelago-foundation.org/lfg2025'