potential fix for android download link
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user