Skip to content

Commit

Permalink
fixup! chore: update website to handle the arm64 binaries for Windows
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Benoit <[email protected]>
  • Loading branch information
benoitf committed Sep 19, 2023
1 parent 832e678 commit b4db1dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/src/pages/downloads/windows.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ async function grabfilenameforWindows(
asset =>
(asset.name as string).endsWith('arm64.exe') &&
!asset.name.includes('airgap') &&
asset.name !== setupX64Asset?.name,
asset.name !== setupArm64Asset?.name,
);
const binaryArm64 = binaryOnlyArm64WindowsAssets?.[0]?.browser_download_url;

Expand Down Expand Up @@ -125,10 +125,10 @@ export function WindowsDownloads(): JSX.Element {
</caption>
</div>
<div className="mt-4">
<div>Other downloads for Windows:</div>
<div>Other Windows downloads:</div>

<div className="pt-4 pb-4 flex flex-col">
<div className="">Windows installer:</div>
<div className="">Installer:</div>
<div className="flex flex-row justify-center">
<Link
className="underline inline-flex dark:text-white text-purple-500 hover:text-purple-200 py-2 px-3 font-semibold text-md"
Expand Down

0 comments on commit b4db1dc

Please sign in to comment.