diff --git a/App.tsx b/App.tsx index a18c105..54e2ce3 100644 --- a/App.tsx +++ b/App.tsx @@ -383,7 +383,7 @@ startServer(); const url = URL.createObjectURL(blob); const a = document.createElement('a'); a.href = url; - a.download = 'backend_proxy.cjs'; + a.download = 'webftp-backend.exe'; document.body.appendChild(a); a.click(); document.body.removeChild(a);