Add Windows CUDA release artifacts (#8750)
Signed-off-by: jh-block <jhugo@block.xyz>
This commit is contained in:
@@ -5,13 +5,19 @@ const WindowsDesktopInstallButtons = () => {
|
||||
return (
|
||||
<div>
|
||||
<p>Click one of the buttons below to download goose Desktop for Windows:</p>
|
||||
<div className="pill-button">
|
||||
<div className="pill-button" style={{ display: "flex", gap: "0.75rem", flexWrap: "wrap" }}>
|
||||
<Link
|
||||
className="button button--primary button--lg"
|
||||
to="https://github.com/aaif-goose/goose/releases/download/stable/Goose-win32-x64.zip"
|
||||
>
|
||||
<IconDownload /> Windows
|
||||
</Link>
|
||||
<Link
|
||||
className="button button--primary button--lg"
|
||||
to="https://github.com/aaif-goose/goose/releases/download/stable/Goose-win32-x64-cuda.zip"
|
||||
>
|
||||
<IconDownload /> Windows CUDA
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user