Skip updating

This commit is contained in:
hunbernd 2020-06-01 14:01:36 +02:00
parent 3dd5945186
commit b6f1c23ae9
4 changed files with 24 additions and 14 deletions

View file

@ -7,7 +7,9 @@ title Build webui
if not exist "%RsWebuiPath%" (
echo Checking out webui source into %RsWebuiPath%
%EnvMSYS2Cmd% "pacman --noconfirm --needed -S git"
if not "%ParamNoupdate%"=="1" (
%EnvMSYS2Cmd% "pacman --noconfirm --needed -S git"
)
git clone https://github.com/RetroShare/RSNewWebUI.git "%RsWebuiPath%"
) else (
echo Webui source found at %RsWebuiPath%