From 2ee59190aa3bfc87fc78ebef9fb13d493b9250c8 Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Thu, 9 Oct 2025 08:49:01 +0200 Subject: [PATCH] Improve push-apks script --- push-apks.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/push-apks.sh b/push-apks.sh index 36615c3b0..234c97e5d 100755 --- a/push-apks.sh +++ b/push-apks.sh @@ -1,5 +1,7 @@ #! /bin/sh +git checkout master +git branch -D binaries git checkout --orphan binaries git add -f fdroid/repo/*.apk git commit -m "Add latest apks"