dev commits.

This commit is contained in:
MasOnShi
2022-04-03 20:12:42 +08:00
parent 25cb04e00f
commit 76c9a5b398

View File

@@ -9,5 +9,4 @@ 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}")
log.info(f"the latest version: {version}")