Use sources_non_forked_cache folder
This commit is contained in:
parent
a208921f1f
commit
110cd7f3da
1 changed files with 2 additions and 2 deletions
|
@ -68,8 +68,8 @@ dracula https://github.com/dracula/vim
|
||||||
|
|
||||||
GITHUB_ZIP = "%s/archive/master.zip"
|
GITHUB_ZIP = "%s/archive/master.zip"
|
||||||
|
|
||||||
FALLBACK_SOURCE_DIR = path.join(path.dirname(__file__), "sources_non_forked_fallback")
|
FALLBACK_SOURCE_DIR = path.join(path.dirname(__file__), "sources_non_forked")
|
||||||
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):
|
def download_extract_replace(plugin_name, zip_path, temp_dir, source_dir):
|
||||||
|
|
Loading…
Reference in a new issue