Skip to content
Snippets Groups Projects
Verified Commit 2bc0c078 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Small hack to fix metadata

parent 7198dd1b
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ while true; do
s3cmd get --recursive $app .
rm -rf *-latest.apk
done
cp -r metadata/* .
cp -r ../metadata/* .
cd $SOURCE_PATH
fdroid update && fdroid server update
sleep $UPDATE_WAIT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment