From c55089a4a0b5855e21961f17c8a160c1986a7990 Mon Sep 17 00:00:00 2001
From: Nicholas de Paola
Date: Tue, 6 Aug 2024 20:34:23 +1000
Subject: [PATCH] update desktop tool download buttons with new macos links
---
.../export/finishedMyProjectModal.tsx | 19 +++++++++++++------
1 file changed, 13 insertions(+), 6 deletions(-)
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() {
!
-
+
-
+
-
+
+
+
+