Xeno443 commited on
Commit
355e40b
·
verified ·
1 Parent(s): 9085444

Delete runscripts/update.bat

Browse files
Files changed (1) hide show
  1. runscripts/update.bat +0 -12
runscripts/update.bat DELETED
@@ -1,12 +0,0 @@
1
- @echo off
2
-
3
- call environment.bat passive
4
-
5
- git -C "%~dp0webui" pull 2>NUL
6
- if %ERRORLEVEL% == 0 goto :done
7
-
8
- git -C "%~dp0webui" reset --hard
9
- git -C "%~dp0webui" pull
10
-
11
- :done
12
- pause