chore: generate
This commit is contained in:
parent
10ee8e5b3d
commit
fde74a72bb
2 changed files with 4 additions and 2 deletions
|
|
@ -260,7 +260,6 @@ export default function Download() {
|
||||||
Download
|
Download
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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"}`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue