mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-06 14:53:28 -04:00
`fdroid update` crashed for apps that only had screenshots but no graphics or localized texts because destdir was not being set in that case. This fixes that and adds a test case. closes #320 !286