This commit is contained in:
Mylloon 2022-10-08 16:03:21 +02:00
parent 95c9453998
commit 8bd7cff5c1
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -26,6 +26,8 @@ def init(version):
if not exist(path): if not exist(path):
mkdir(path) mkdir(path)
# TODO: Store the version used and redownload on version changes
# Download the font file if needed # Download the font file if needed
if not exist(f"{path}/{filename}"): if not exist(f"{path}/{filename}"):
# Download the font file # Download the font file