Переезд на новый градл

This commit is contained in:
2025-02-25 17:44:13 +03:00
parent ef032b8181
commit bb2c8502c5
4 changed files with 82 additions and 16 deletions

View File

@ -1,13 +1,6 @@
#!/bin/bash
$(dirname $0)/starter patch updates
if [ $? -ne 0 ] ; then
echo Error patch loading
exit 10
fi
$(dirname $0)/starter update -fullSync
$(dirname $0)/starter update -fullSync -skipUpdate
if [ $? -ne 0 ] ; then
echo Error updating database

View File

@ -1,7 +1,4 @@
@echo off
call "%~dp0\starter.bat" patch updates
if ERRORLEVEL == 1 goto :EOF
call "%~dp0\starter.bat" update -fullSync
call "%~dp0\starter.bat" update -fullSync -skipUpdate
@pause