From d82f35730ed7265bd43ce985e93013adfd5e0c80 Mon Sep 17 00:00:00 2001 From: Map Date: Fri, 13 Jun 2025 18:32:23 -0500 Subject: [PATCH] potential fix for android download link --- make-site.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/make-site.sh b/make-site.sh index a98ba24..1ed5c01 100755 --- a/make-site.sh +++ b/make-site.sh @@ -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;