aboutsummaryrefslogtreecommitdiffstats
path: root/helperscripts
diff options
context:
space:
mode:
authorJesús Eduardo <heckyel@hyperbola.info>2017-09-11 17:47:17 -0500
committerJesús Eduardo <heckyel@hyperbola.info>2017-09-11 17:47:17 -0500
commit14738704ede6dfa6ac79f362a9c1f7f40f470cdc (patch)
tree31c83bdd188ae7b64d7169974d6f066ccfe95367 /helperscripts
parenteb1896583afbbb622cadcde1a24e17173f61904f (diff)
downloadlibrevideoconverter-14738704ede6dfa6ac79f362a9c1f7f40f470cdc.tar.lz
librevideoconverter-14738704ede6dfa6ac79f362a9c1f7f40f470cdc.tar.xz
librevideoconverter-14738704ede6dfa6ac79f362a9c1f7f40f470cdc.zip
rename mvc at lvc
Diffstat (limited to 'helperscripts')
-rwxr-xr-xhelperscripts/windows-virtualenv/__main__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/helperscripts/windows-virtualenv/__main__.py b/helperscripts/windows-virtualenv/__main__.py
index 93ce533..ff4813a 100755
--- a/helperscripts/windows-virtualenv/__main__.py
+++ b/helperscripts/windows-virtualenv/__main__.py
@@ -125,7 +125,7 @@ def setup_global_dirs(parser_args):
downloads_dir = os.path.abspath(
os.path.join(os.path.dirname(__file__), '..', '..', 'downloads',
'windows-virtualenv'))
- build_dir = os.path.abspath(os.path.join('mvc-env-build'))
+ build_dir = os.path.abspath(os.path.join('lvc-env-build'))
site_packages_dir = os.path.join(env_dir, "Lib", "site-packages")
scripts_dir = os.path.join(env_dir, "Scripts")
python_dir = os.path.join(env_dir, "Python")