chore: generate

thinking-toggle-wip
GitHub Action 2025-12-23 05:53:02 +00:00 committed by Aiden Cline
parent 4c4bbc89e1
commit 0cf94b991a
2 changed files with 4 additions and 2 deletions

View File

@ -260,7 +260,6 @@ export default function Download() {
Download
</a>
</div>
</div>
</section>

View File

@ -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"}`