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");