potential fix for android download link

This commit is contained in:
2025-06-13 18:32:23 -05:00
parent 05c4170f40
commit d82f35730e
+1
View File
@@ -8,6 +8,7 @@ do
cp -v template/characters.html public/"$lang"/
sed -i -e "s/;LANG;/$lang/g" public/"$lang"/*.html
sed -i -e "s/;VERSION;/$(tomlq -r '.VERSION' definition.toml)/g" public/"$lang"/*.html
sed -i -e "s/;VERSION_APK;/$(tomlq -r '.VERSION_APK' definition.toml)/g" public/"$lang"/*.html
sed -i -e "s/;EMAIL;/$(tomlq -r '.EMAIL' definition.toml)/g" public/"$lang"/*.html
tomlq -r '.languages.en|keys_unsorted[]' definition.toml | while IFS= read -r replacable;