1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2024-12-28 05:12:36 +01:00

chore: drop old vars

This commit is contained in:
aclist 2024-01-12 14:29:27 +09:00
parent 77ea5836f4
commit 1566f8ade6
2 changed files with 0 additions and 4 deletions

View file

@ -63,9 +63,6 @@ testing_url="$url_prefix/testing"
releases_url="https://github.com/$author/$repo/releases/download/browser"
km_helper_url="$releases_url/latlon"
geo_file_url="$releases_url/ips.csv.gz"
#TODO: move adoc to index
help_url="https://$author.github.io/dzgui/dzgui"
sponsor_url="https://github.com/sponsors/$author"
logger(){
local date="$(date "+%F %T,%3N")"

View file

@ -73,7 +73,6 @@ releases_url="$gh_prefix/$author/$repo/releases/download/browser"
km_helper_url="$releases_url/latlon"
db_file="$releases_url/ips.csv.gz"
sums_url="$stable_url/helpers/sums.md5"
vdf2json_url="$stable_url/helpers/vdf2json.py"
#TODO: move adoc to index
help_url="https://$author.github.io/dzgui/dzgui"
forum_url="$gh_prefix/$author/$repo/discussions"