We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e02ffd2 commit f9adb10Copy full SHA for f9adb10
ui/src/pages/downloads.tsx
@@ -72,8 +72,8 @@ export const Downloads = () => (
72
title='Windows'
73
icon={faWindows}
74
links={[
75
- { url: constructUrl('kargo-windows-arm64'), title: 'ARM' },
76
- { url: constructUrl('kargo-windows-amd64'), title: 'x86' }
+ { url: `${constructUrl('kargo-windows-arm64')}.exe`, title: 'ARM' },
+ { url: `${constructUrl('kargo-windows-amd64')}.exe`, title: 'x86' }
77
]}
78
/>
79
<DownloadItem
0 commit comments