diff --git a/update_fdroid_mirror_repo_from_main.cmd b/update_fdroid_mirror_repo_from_main.cmd index 921035c85..e01532213 100644 --- a/update_fdroid_mirror_repo_from_main.cmd +++ b/update_fdroid_mirror_repo_from_main.cmd @@ -14,6 +14,7 @@ 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 :runGit reset --hard head~1 REM call :readVersionFromVersionsGradle echo [INFO] applicationId="%APPLICATION_ID%"