mirror of
1
0
Fork 0

Use sources_non_forked_cache folder

This commit is contained in:
Wu Tingfeng 2022-11-22 01:06:10 +08:00
parent a208921f1f
commit 110cd7f3da
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -68,8 +68,8 @@ dracula https://github.com/dracula/vim
GITHUB_ZIP = "%s/archive/master.zip"
FALLBACK_SOURCE_DIR = path.join(path.dirname(__file__), "sources_non_forked_fallback")
SOURCE_DIR = path.join(path.dirname(__file__), "sources_non_forked")
FALLBACK_SOURCE_DIR = path.join(path.dirname(__file__), "sources_non_forked")
SOURCE_DIR = path.join(path.dirname(__file__), "sources_non_forked_cache")
def download_extract_replace(plugin_name, zip_path, temp_dir, source_dir):