Skip to content

Commit

Permalink
Update SyncthingNative_update_and_build.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Catfriend1 authored Sep 14, 2021
1 parent 4c05f38 commit e67fa98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SyncthingNative_update_and_build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ echo [INFO] Building submodule syncthing_%DESIRED_SUBMODULE_VERSION% ...
call gradlew %GRADLEW_PARAMS% buildNative
SET RESULT=%ERRORLEVEL%
IF "%USE_GO_DEV%" == "1" call :revertGoDev
IF NOT "%RESULT%" == "0" echo [ERROR] gradlew buildNative FAILED. If you got ANDROID_SDK_MISSING error, run 'install_minimum_android_sdk_prerequisites.py' first. & goto :eos
IF NOT "%RESULT%" == "0" echo [ERROR] gradlew buildNative FAILED. If you got ANDROID_SDK_MISSING error, run 'python install_minimum_android_sdk_prerequisites.py' first. & goto :eos
REM
echo [INFO] Reverting "go.mod", "go.sum" to checkout state ...
cd /d "%SCRIPT_PATH%syncthing\src\github.com\syncthing\syncthing"
Expand Down

0 comments on commit e67fa98

Please sign in to comment.