Linux PyQt tray application to control OctoPrint instances
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

build_win.bat 156B

1234567891011
  1. #!/bin/sh
  2. del build/win
  3. mkdir build/win
  4. cp src/* build/win/
  5. cp data/* build/win/
  6. cp dist/setup_win.py build/win/
  7. cd build/win
  8. python setup_win.py py2exe