mirror of
https://github.com/Mas0nShi/typoraCracker.git
synced 2023-07-10 13:41:20 +08:00
dev commits.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from utils import get_version, download_file
|
||||
from utils import get_version, download_file, extract_file
|
||||
import os
|
||||
|
||||
if __name__ == '__main__':
|
||||
@@ -7,5 +7,6 @@ if __name__ == '__main__':
|
||||
|
||||
download_path = os.path.join(BASE_DIR, os.path.basename(DOWNLOAD_URL))
|
||||
download_file(DOWNLOAD_URL, download_path)
|
||||
extract_file(download_path)
|
||||
version = get_version(BASE_DIR)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user