1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-29 15:51:17 +00:00
syncthing-android/git_update_submodule.cmd
Catfriend1 a6e5baecbc
Futher improve the build process (#429)
* Update git_update_submodule.cmd

* Update build_and_release.cmd
2019-06-17 06:57:07 +02:00

12 lines
234 B
Batchfile

@echo off
cls
REM
SET PATH=%PATH%;"%ProgramFiles%\Git\bin"
SET DESIRED_SUBMODULE_VERSION=v1.2.0
REM
cd /d "%~dps0\syncthing\src\github.com\syncthing\syncthing"
REM
git fetch --all
git checkout %DESIRED_SUBMODULE_VERSION%
REM
pause