From d86c7c24a19782410e2b69daa6c0732b43104aa9 Mon Sep 17 00:00:00 2001 From: "Dr. Georg Hackenberg" Date: Tue, 23 Jul 2024 11:34:49 +0200 Subject: [PATCH] link to standard LeoCAD also on MS Windows --- packages/frontend/src/scripts/components/views/AuthDownload.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/src/scripts/components/views/AuthDownload.tsx b/packages/frontend/src/scripts/components/views/AuthDownload.tsx index 156ce5c5..6e7f3f15 100644 --- a/packages/frontend/src/scripts/components/views/AuthDownload.tsx +++ b/packages/frontend/src/scripts/components/views/AuthDownload.tsx @@ -21,7 +21,7 @@ export const AuthDownloadView = () => { async function handleDownload(event: React.UIEvent) { event.preventDefault() if (WINDOWS) { - window.open('https://fhooe-my.sharepoint.com/:u:/g/personal/p28500_fhooe_at/ERPebWA1eEFEswEwxKxOTMQBsShhoK_G_zDUjVm6_3xmag?e=2rUaHO', '_blank') // TODO Permanent download URL + window.open('https://www.leocad.org/', '_blank') // TODO Download URL } else if (MAC) { window.open('https://www.leocad.org/', '_blank') // TODO Download URL } else if (LINUX) {