diff --git a/fix-update.bat b/fix-update.bat deleted file mode 100644 index 39697f16a..000000000 --- a/fix-update.bat +++ /dev/null @@ -1,15 +0,0 @@ -@echo off -title Fix for broken updates -cls -venv\scripts\activate -echo ..................................................... -echo *** "fixing ..." -echo. -git fetch --all -git reset --hard origin/master -git pull -echo. -@echo *If you see a successful update now, it is done. * -echo. -echo ..................................................... -echo.