diff --git a/push-apks.sh b/push-apks.sh new file mode 100755 index 000000000..36615c3b0 --- /dev/null +++ b/push-apks.sh @@ -0,0 +1,8 @@ +#! /bin/sh + +git checkout --orphan binaries +git add -f fdroid/repo/*.apk +git commit -m "Add latest apks" +git push --force origin binaries +git checkout master +git branch -D binaries