From 79d161d7f7eb6bd86792dd5a34b6d5d4ea33352e Mon Sep 17 00:00:00 2001 From: backuppc Date: Mon, 19 Jan 2026 14:04:01 +0900 Subject: [PATCH] =?UTF-8?q?=EB=8B=A4=EC=9A=B4=EB=A1=9C=EB=93=9C=20?= =?UTF-8?q?=ED=8C=8C=EC=9D=BC=EB=AA=85=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);