From dc3f5904fa70d96b32963bd3fa1b909efd930e58 Mon Sep 17 00:00:00 2001 From: Spazzwan <98095416+Spazznyan@users.noreply.github.com> Date: Sat, 30 May 2026 05:56:36 +1000 Subject: [PATCH] Fix MacOS download link --- src/components/home/DownloadSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/home/DownloadSection.tsx b/src/components/home/DownloadSection.tsx index 7bd1572..d78a34f 100644 --- a/src/components/home/DownloadSection.tsx +++ b/src/components/home/DownloadSection.tsx @@ -44,7 +44,7 @@ const DownloadLinks = { }, { name: "MacOS", - href: "https://github.com/SlimeVR/SlimeVR-Installer/releases/latest/download/slimevr_web_installer.dmg", + href: "https://github.com/SlimeVR/SlimeVR-Server/releases/latest/download/SlimeVR-mac.dmg", icon: , }, ],