diff --git a/update_fdroid_mirror_repo_from_main.cmd b/update_fdroid_mirror_repo_from_main.cmd index 8473d2c6c..921035c85 100644 --- a/update_fdroid_mirror_repo_from_main.cmd +++ b/update_fdroid_mirror_repo_from_main.cmd @@ -13,6 +13,7 @@ REM git remote remove upstream 2>NUL: call :runGit remote add upstream https://github.com/Catfriend1/syncthing-android.git call :runGit pull upstream main +REM :runGit merge {commit_id} REM call :readVersionFromVersionsGradle echo [INFO] applicationId="%APPLICATION_ID%"