I’m running a local fdroid server, version 2.1-538-g282a7724, configured as described in Setup an F-Droid App Repo | F-Droid - Free and Open Source Android App Repository.
I want to add one of my apps according to the description in Signing Process | F-Droid - Free and Open Source Android App Repository.
- I create the
unsigned
directory. - I copy the apk to
unsigned/nl.squirrel.shopping_107.apk
. fdroid publish
fdroid.update
No error messages, but the apk is not installed in repo
. Sometimes it is still in unsigned
, sometimes unsigned
is empty (the apk is gone!). Sometimes unsigned
is gone, too.
What am I doing wrong?