dev commits.

This commit is contained in:
MasOnShi
2022-04-03 20:09:41 +08:00
parent 1c879400fd
commit 25cb04e00f
2 changed files with 4 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
from utils import get_version, download_file, extract_file
from utils import get_version, download_file, extract_file, log
import os
if __name__ == '__main__':
@@ -9,4 +9,5 @@ if __name__ == '__main__':
download_file(DOWNLOAD_URL, download_path)
extract_file(download_path, BASE_DIR)
version = get_version(BASE_DIR)
os.system(f"export TYPORA_VERSION={version}")