mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-29 15:51:17 +00:00
a6e5baecbc
* Update git_update_submodule.cmd * Update build_and_release.cmd
12 lines
234 B
Batchfile
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
|