forked from bitcoinafterlife/bal-website
Update index.html
ix(release): correct plugin zip filename to bal_<tag>.zip
This commit is contained in:
@@ -785,9 +785,9 @@ items.forEach(d => {
|
|||||||
if (data && data.tag_name) {
|
if (data && data.tag_name) {
|
||||||
const tag = data.tag_name;
|
const tag = data.tag_name;
|
||||||
link.textContent = tag;
|
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) {
|
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';
|
sig.style.display = 'inline';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user