Add automatic release generation system so dependencies will be updated per release

This commit is contained in:
James Taylor
2019-09-07 18:19:40 -07:00
parent 3d57e14df7
commit 7b42d26c61
3 changed files with 202 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
@echo off
.\python\python.exe .\server.py
.\python\python.exe -I .\server.py
echo Press any key to quit...
PAUSE > nul