From f8728a8c36545121c7b6a1361582c7e356c0cd9c Mon Sep 17 00:00:00 2001 From: cod0216 Date: Sun, 9 Aug 2026 15:23:28 +0900 Subject: [PATCH] fix: download url modify --- src/pages/landing/Landing.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/landing/Landing.tsx b/src/pages/landing/Landing.tsx index 8878828..989f332 100644 --- a/src/pages/landing/Landing.tsx +++ b/src/pages/landing/Landing.tsx @@ -84,7 +84,7 @@ const Landing: React.FC = () => { size="medium" onClick={() => window.open( - 'https://github.com/HowAboutQuestion/Legacy-HowAboutQuestion/releases/latest/download/HowAboutQuestion.exe', + 'https://github.com/HowAboutQuestion/Legacy-HowAboutQuestion/releases/latest/download/HowAboutQuestion_Install.exe', '_blank', ) }