diff options
author | Jesús Eduardo <heckyel@hyperbola.info> | 2017-09-11 17:47:17 -0500 |
---|---|---|
committer | Jesús Eduardo <heckyel@hyperbola.info> | 2017-09-11 17:47:17 -0500 |
commit | 14738704ede6dfa6ac79f362a9c1f7f40f470cdc (patch) | |
tree | 31c83bdd188ae7b64d7169974d6f066ccfe95367 /run-windows.sh | |
parent | eb1896583afbbb622cadcde1a24e17173f61904f (diff) | |
download | librevideoconverter-14738704ede6dfa6ac79f362a9c1f7f40f470cdc.tar.lz librevideoconverter-14738704ede6dfa6ac79f362a9c1f7f40f470cdc.tar.xz librevideoconverter-14738704ede6dfa6ac79f362a9c1f7f40f470cdc.zip |
rename mvc at lvc
Diffstat (limited to 'run-windows.sh')
-rwxr-xr-x | run-windows.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/run-windows.sh b/run-windows.sh index 728a876..8531708 100755 --- a/run-windows.sh +++ b/run-windows.sh @@ -1,12 +1,12 @@ #!/bin/sh -if [ ! -e mvc-env ] ; then +if [ ! -e lvc-env ] ; then echo "LVC virtualenv is not present. Run " echo - echo " python helperscripts/windows-virtualenv/ mvc-env" + echo " python helperscripts/windows-virtualenv/ lvc-env" echo echo "to build it" exit 1 fi -mvc-env/Scripts/python.exe setup.py py2exe && ./dist/mvcdebug.exe +lvc-env/Scripts/python.exe setup.py py2exe && ./dist/lvcdebug.exe |