fix: correct backend download link and clean up legacy code

This commit is contained in:
backuppc
2026-01-19 14:17:41 +09:00
parent c86fd099ee
commit 3acb952174

View File

@@ -323,7 +323,7 @@ const App: React.FC = () => {
// --- Backend Download Logic --- // --- Backend Download Logic ---
const handleDownloadBackend = () => { const handleDownloadBackend = () => {
addLog('info', '백엔드 실행 파일 다운로드를 시작합니다...'); addLog('info', '백엔드 실행 파일 다운로드를 시작합니다 (v1.3)...');
const a = document.createElement('a'); const a = document.createElement('a');
a.href = './webftp-backend.exe'; a.href = './webftp-backend.exe';
a.download = 'webftp-backend.exe'; a.download = 'webftp-backend.exe';