From ee892defc3449e716f35ccbabd9018c85b5b69a6 Mon Sep 17 00:00:00 2001 From: Catfriend1 Date: Wed, 24 Jul 2019 08:49:33 +0200 Subject: [PATCH] Update SyncthingNative_update_and_build.cmd --- SyncthingNative_update_and_build.cmd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SyncthingNative_update_and_build.cmd b/SyncthingNative_update_and_build.cmd index b2c6d0eb5..b921a0895 100644 --- a/SyncthingNative_update_and_build.cmd +++ b/SyncthingNative_update_and_build.cmd @@ -8,7 +8,7 @@ REM REM Script Consts. SET CLEAN_SRC_BEFORE_BUILD=0 SET USE_GO_DEV=1 -SET DESIRED_SUBMODULE_VERSION=v1.2.0 +SET DESIRED_SUBMODULE_VERSION=v1.2.1-rc.4-mtime SET GRADLEW_PARAMS=-q REM REM Runtime Variables. @@ -23,13 +23,13 @@ IF NOT "%ERRORLEVEL%" == "0" echo [ERROR] sed.exe not found on PATH. & goto :eos REM IF "%CLEAN_SRC_BEFORE_BUILD%" == "1" call :cleanBeforeBuild REM -echo [INFO] Fetching submodule "Syncthing" 1/2 ... +REM echo [INFO] Fetching submodule "Syncthing" 1/2 ... md "%SCRIPT_PATH%syncthing\src\github.com\syncthing\syncthing" 2> NUL: REM git submodule init REM SET RESULT=%ERRORLEVEL% REM IF NOT "%RESULT%" == "0" echo [ERROR] git submodule init FAILED. & goto :eos REM -echo [INFO] Fetching submodule "Syncthing" 2/2 ... +REM echo [INFO] Fetching submodule "Syncthing" 2/2 ... REM git submodule update --init --recursive --quiet REM SET RESULT=%ERRORLEVEL% REM IF NOT "%RESULT%" == "0" echo [ERROR] git submodule update FAILED. & goto :eos