From 7619bfd37ed6aef3fbd3dbf8b93e926001a3f968 Mon Sep 17 00:00:00 2001 From: Lena Date: Wed, 1 Jul 2026 00:00:00 +0000 Subject: fastlane: add store icon The launcher icon is adaptive-XML-only (vector drawables, no raster mipmaps), which fdroidserver cannot extract from the APK, so the F-Droid listing would ship without an icon. Provide the 512x512 PNG via fastlane metadata: rendered 1:1 from the adaptive-icon vector drawables, cropped to the inner 72dp of the 108dp viewport. --- fastlane/metadata/android/en-US/images/icon.png | Bin 0 -> 15153 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 fastlane/metadata/android/en-US/images/icon.png (limited to 'fastlane') diff --git a/fastlane/metadata/android/en-US/images/icon.png b/fastlane/metadata/android/en-US/images/icon.png new file mode 100644 index 0000000..a133bf3 Binary files /dev/null and b/fastlane/metadata/android/en-US/images/icon.png differ -- cgit v1.2.3