From 9bb34d6e8b1eb2b4c619f9998892c79cd79be2ae Mon Sep 17 00:00:00 2001 From: Catfriend1 <16361913+Catfriend1@users.noreply.github.com> Date: Tue, 17 Dec 2024 19:05:03 +0100 Subject: [PATCH] Update update_fdroid_mirror_repo_from_main.cmd --- update_fdroid_mirror_repo_from_main.cmd | 1 + 1 file changed, 1 insertion(+) 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%"