run-windows.sh 271 B

12345678910111213
  1. #!/bin/sh
  2. if [ ! -e lvc-env ] ; then
  3. echo "LVC virtualenv is not present. Run "
  4. echo
  5. echo " python helperscripts/windows-virtualenv/ lvc-env"
  6. echo
  7. echo "to build it"
  8. exit 1
  9. fi
  10. lvc-env/Scripts/python.exe setup.py py2exe && ./dist/lvcdebug.exe