summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGitHub Action <[email protected]>2025-12-23 05:53:02 +0000
committerGitHub Action <[email protected]>2025-12-23 05:53:02 +0000
commitfde74a72bb04968367232674745f4c9f2e8e4c7b (patch)
treebea18b628f664343527395927651d9150893467c
parent10ee8e5b3d467a50f8b5fce17caf8ebb92a50ef6 (diff)
downloadopencode-fde74a72bb04968367232674745f4c9f2e8e4c7b.tar.gz
opencode-fde74a72bb04968367232674745f4c9f2e8e4c7b.zip
chore: generate
-rw-r--r--packages/console/app/src/routes/download/index.tsx1
-rw-r--r--packages/console/app/src/routes/download/types.ts5
2 files changed, 4 insertions, 2 deletions
diff --git a/packages/console/app/src/routes/download/index.tsx b/packages/console/app/src/routes/download/index.tsx
index 168210ff1..d4de97c68 100644
--- a/packages/console/app/src/routes/download/index.tsx
+++ b/packages/console/app/src/routes/download/index.tsx
@@ -260,7 +260,6 @@ export default function Download() {
Download
</a>
</div>
-
</div>
</section>
diff --git a/packages/console/app/src/routes/download/types.ts b/packages/console/app/src/routes/download/types.ts
index 1e2649517..916f97022 100644
--- a/packages/console/app/src/routes/download/types.ts
+++ b/packages/console/app/src/routes/download/types.ts
@@ -1 +1,4 @@
-export type DownloadPlatform = `darwin-${"x64" | "aarch64"}-dmg` | "windows-x64-nsis" | `linux-x64-${"deb" | "rpm" | "appimage"}`
+export type DownloadPlatform =
+ | `darwin-${"x64" | "aarch64"}-dmg`
+ | "windows-x64-nsis"
+ | `linux-x64-${"deb" | "rpm" | "appimage"}`