mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-04-19 22:37:09 -04:00
This was stripping off the path, it needs to include the whole repo address. Otherwise, the download URL is: http://10.4.0.110:8888/de.markusfisch.android.binaryeye_97.apk When it should be: http://10.4.0.110:8888/fdroid/repo/de.markusfisch.android.binaryeye_97.apk closes #2628 closes #2617