From 46ec6428bb22e55765e8979b16cf35e47739ad95 Mon Sep 17 00:00:00 2001 From: bitcoinafterlife Date: Sat, 25 Jul 2026 16:48:17 +0000 Subject: [PATCH] Update index.html ix(release): correct plugin zip filename to bal_.zip --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index b4029eb..7ed1041 100644 --- a/index.html +++ b/index.html @@ -785,9 +785,9 @@ items.forEach(d => { if (data && data.tag_name) { const tag = data.tag_name; link.textContent = tag; - link.href = 'https://bitcoin-after.life/gitea/bitcoinafterlife/bal-electrum-plugin/releases/download/' + tag + '/bal_electrum_plugin_' + tag + '.zip'; + link.href = 'https://bitcoin-after.life/gitea/bitcoinafterlife/bal-electrum-plugin/releases/download/' + tag + '/bal_' + tag + '.zip'; if (sig) { - sig.href = 'https://bitcoin-after.life/gitea/bitcoinafterlife/bal-electrum-plugin/releases/download/' + tag + '/bal_electrum_plugin_' + tag + '.zip.sig'; + sig.href = 'https://bitcoin-after.life/gitea/bitcoinafterlife/bal-electrum-plugin/releases/download/' + tag + '/bal_' + tag + '.zip.sig'; sig.style.display = 'inline'; } }