diff options
author | James Taylor <user234683@users.noreply.github.com> | 2019-09-07 18:19:40 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2019-09-07 18:19:40 -0700 |
commit | 7b42d26c6112adfbabfa580ac58ad9f119b68cb6 (patch) | |
tree | 7ea592554fedacc33ba9be727c04914faab1e8d2 /run.bat | |
parent | 3d57e14df7ba5f14a634295caf3b2e60da50bfe2 (diff) | |
download | yt-local-7b42d26c6112adfbabfa580ac58ad9f119b68cb6.tar.lz yt-local-7b42d26c6112adfbabfa580ac58ad9f119b68cb6.tar.xz yt-local-7b42d26c6112adfbabfa580ac58ad9f119b68cb6.zip |
Add automatic release generation system so dependencies will be updated per release
Diffstat (limited to 'run.bat')
-rw-r--r-- | run.bat | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |