Installedv{appVersion}
{#if onLatestVersion}
✓ You're on the latest version.
{/if}
{#if updatePhase === "downloading" && IS_WINDOWS}
Downloading {targetTag ?? "update"}…
{fmtProgress()}
{/if}
{#if updatePhase === "launching"}
Launching installer for {targetTag}…
{/if}
{#if updatePhase === "ready"}
{targetTag} downloaded — restart to finish installing.
{/if}
{#if updatePhase === "error"}
{updateError}
{/if}