Minor updates

This commit is contained in:
Taylor Helsper 2022-11-10 21:26:44 -06:00
parent 91da7093e8
commit f7adb48e17
4 changed files with 5 additions and 3 deletions

View File

@ -250,7 +250,7 @@
"homepage_order": 23
},
{
"comment": "Keep shortname as joininbox so upgrades work",
"comment": "===== Keep shortname as joininbox so upgrades work =====",
"name": "JoinMarket",
"short_name": "joininbox",
"author": {"name": "AdamISZ", "link":"https://github.com/AdamISZ"},

View File

@ -56,7 +56,7 @@
"can_reinstall": true,
"can_enable_disable": true,
"is_beta": false,
"is_premium": false,
"is_premium": true,
"homepage_section": "apps",
"homepage_order": 91,
"app_type": "custom",

View File

@ -52,7 +52,8 @@
{% if device_arch == "aarch64" %}
64-bit
{% else %}
32-bit<br/><br/><small>* It is recommended to upgrade to a <a href="https://mynodebtc.com/download" target="_blank">64-bit image</a>. Some apps can no longer be updated on 32-bit.</small>
32-bit<br/><br/><small>* It is recommended to upgrade to a 64-bit image by reflashing your SD card. Some apps can no longer be updated on 32-bit.
The image can be downloaded <a href="https://mynodebtc.com/download" target="_blank">here</a> and a guide is <a href="https://mynodebtc.github.io/advanced/flash-sd-card.html" target="_blank">available</a>.</small>
{% endif %}
{% endif %}
</td>

View File

@ -31,6 +31,7 @@ apps = [{"name": "bitcoin/bitcoin", "current_version_var
#{"name": "JoinMarket-Org/joinmarket-clientserver", "current_version_variable": "JOINMARKET_VERSION"}, # Old, now use within joininbox
{"name": "curly60e/pyblock", "current_version_variable": "PYBLOCK_VERSION"},
{"name": "cryptosharks131/lndg", "dynamic_app_name": "lndg"},
{"name": "Lily-Technologies/lily-wallet", "dynamic_app_name": "lilywallet"},
]
# Apps that don't work or are not on GitHub