Skip to content

Commit 8d4bc9d

Browse files
authored
Fix MacOS download link (#35)
1 parent d06912c commit 8d4bc9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/home/DownloadSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const DownloadLinks = {
4444
},
4545
{
4646
name: "MacOS",
47-
href: "https://github.com/SlimeVR/SlimeVR-Installer/releases/latest/download/slimevr_web_installer.dmg",
47+
href: "https://github.com/SlimeVR/SlimeVR-Server/releases/latest/download/SlimeVR-mac.dmg",
4848
icon: <AppleIcon size={35}></AppleIcon>,
4949
},
5050
],

0 commit comments

Comments
 (0)