From acdf0080d15d26674998219cfa8bed9ed8ce2be6 Mon Sep 17 00:00:00 2001 From: Pirata <104320209+bmorcelli@users.noreply.github.com> Date: Fri, 31 Jan 2025 09:59:17 -0300 Subject: [PATCH] Update flasher_base.html --- scripts/flasher_base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/flasher_base.html b/scripts/flasher_base.html index 09d823767..f1c70fc17 100644 --- a/scripts/flasher_base.html +++ b/scripts/flasher_base.html @@ -240,7 +240,7 @@

Select your device:

: "https://github.com/pr3y/Bruce/raw/refs/heads/WebPage/LastRelease/"; // Monta a URL final do arquivo - const fileUrl = baseUrl + encodeURIComponent(file); + const fileUrl = baseUrl + encodeURIComponent(file) + ".bin"; // Cria um link para download const link = document.createElement("a");