From febc18d80dd4c3b7706b534ed6c13182be069c84 Mon Sep 17 00:00:00 2001 From: rzmk <30333942+rzmk@users.noreply.github.com> Date: Tue, 6 Jan 2026 18:05:55 -0500 Subject: [PATCH 1/2] chore: remove macOS Intel --- src/components/Hero.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Hero.jsx b/src/components/Hero.jsx index 8e1d060..e0c60b3 100644 --- a/src/components/Hero.jsx +++ b/src/components/Hero.jsx @@ -39,7 +39,7 @@ export const Hero = () => { ], macos: [ ["macOS (Apple Silicon)", `qsv.pro_aarch64.app.tar.gz`], - ["macOS (Intel)", `qsv.pro_x64.app.tar.gz`], + // ["macOS (Intel)", `qsv.pro_x64.app.tar.gz`], // `qsv.pro_${version}_x64.dmg`, // `qsv.pro_${version}_aarch64.dmg`, ], @@ -79,7 +79,7 @@ export const Hero = () => { return (
From 7d43e76dd8738845418056eec248df633dca19a4 Mon Sep 17 00:00:00 2001 From: rzmk <30333942+rzmk@users.noreply.github.com> Date: Tue, 6 Jan 2026 18:48:44 -0500 Subject: [PATCH 2/2] chore: remove Microsoft Store due to deprecation --- src/components/Hero.jsx | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/components/Hero.jsx b/src/components/Hero.jsx index e0c60b3..5e7c6c6 100644 --- a/src/components/Hero.jsx +++ b/src/components/Hero.jsx @@ -150,18 +150,6 @@ export const Hero = () => { {downloadData[platform].map( (download, index) => ( <> - {platform === - "windows" && ( -
- {/* Might not be an actual download, but store page clicked */} - - - -
- )}