diff --git a/POGOserver.sln b/POGOserver.sln index 13c9c96..85c22a7 100644 --- a/POGOserver.sln +++ b/POGOserver.sln @@ -52,6 +52,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Global", "Global", "{76A6EB run-api-windows.bat = run-api-windows.bat run-bot-windows.bat = run-bot-windows.bat run-install-windows.bat = run-install-windows.bat + run-updater-windows.bat = run-updater-windows.bat supervisord.conf = supervisord.conf updater.js = updater.js EndProjectSection diff --git a/run-updater-windows.bat b/run-updater-windows.bat new file mode 100644 index 0000000..b0b77ba --- /dev/null +++ b/run-updater-windows.bat @@ -0,0 +1,2 @@ +npm run update +pause \ No newline at end of file