mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-09-22 13:54:55 -04:00
Skip updating
This commit is contained in:
parent
3dd5945186
commit
b6f1c23ae9
4 changed files with 24 additions and 14 deletions
|
@ -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%
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue