diff --git a/frontend/src/features/export/finishedMyProjectModal.tsx b/frontend/src/features/export/finishedMyProjectModal.tsx index 17a66e026..0df413141 100644 --- a/frontend/src/features/export/finishedMyProjectModal.tsx +++ b/frontend/src/features/export/finishedMyProjectModal.tsx @@ -111,7 +111,7 @@ function PlatformDownload({ platformName, icon, }: { - downloadURLSuffix: "windows.exe" | "macos" | "linux"; + downloadURLSuffix: "windows.exe" | "macos-intel" | "macos-arm" | "linux"; platformName: string; icon: string; }) { @@ -144,21 +144,28 @@ function DesktopToolDownload() { !