Skip to content

Commit ccae09f

Browse files
authored
fix(ui): windows cli link (#3764)
Signed-off-by: Mayursinh Sarvaiya <[email protected]>
1 parent 3444ca7 commit ccae09f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: ui/src/pages/downloads.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ export const Downloads = () => (
7272
title='Windows'
7373
icon={faWindows}
7474
links={[
75-
{ url: constructUrl('kargo-windows-arm64'), title: 'ARM' },
76-
{ url: constructUrl('kargo-windows-amd64'), title: 'x86' }
75+
{ url: `${constructUrl('kargo-windows-arm64')}.exe`, title: 'ARM' },
76+
{ url: `${constructUrl('kargo-windows-amd64')}.exe`, title: 'x86' }
7777
]}
7878
/>
7979
<DownloadItem

0 commit comments

Comments
 (0)