Skip to content

Commit f9adb10

Browse files
akuitybotMarvin9
andauthored
chore(backport release-1.3): fix(ui): windows cli link (#3766)
Co-authored-by: Mayursinh Sarvaiya <[email protected]>
1 parent e02ffd2 commit f9adb10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)